declare const masking: (text: string, type: string, custom?: string) => string; declare const maskValue: (value: string, prefix?: number, suffix?: number) => string; export { masking, maskValue };