export declare const normalizeWhiteSpace: (value: string) => string; export declare const normalizeBankCard: (value: string, format?: boolean) => string; export declare const normalizeIdCard: (value: string, format?: boolean) => string; export declare const normalizeMobile: (value: string, format?: boolean) => string; export declare const normalizeEmail: (value: string) => string;