export declare const maskText: (text: string) => string; export declare const maskSSn: (ssn: string) => string;