declare const customReplace: (message: string, func: any) => Promise; declare const customTemplate: (template: any, data: any) => any; declare const customFormatMobile: (value: any) => any; declare const formatterNumberCurrency: (setting: any) => (configs: any, value: any) => any; export { customReplace, customTemplate, customFormatMobile, formatterNumberCurrency };