export declare const InvalidFormValue: string;
export declare function transformBankCard(val: string, char?: string): string;
export declare function transformFormValues(values: any, transforms: any, currentLevelValues?: any): any;
export type TNames = (null | undefined | string | string[])[];
export declare const transformValueToNames: (value: string[], currentLevelValues: any, names?: TNames) => string | string[];
