export declare const maskPhoneNumber: (phoneNumber: string) => string;
export declare const maskEmailAddress: (emailAddress: string) => string;
