export declare const masks: { imei: string; simcard: string; zipcode: string; cpf: string; cnpj: string; pis: string; code: string; phone: string; hour: string; minutes: string; month: string; year: string; trackNumber: string; monthAndYear: string; }; export declare type MaskType = keyof typeof masks;