export declare function applyMask(value: string | undefined, mask?: string): string; export declare function removeMask(value: T, mask?: string): T;