export declare function isBankCard(value: string): boolean;
export declare function normalizeString(value: any): string;
