export declare function validateIBAN(input: string): boolean; export declare function formatIBAN(input: string): string;