export declare const IBAN_REGEX_PATTERNS: Record<string, RegExp>;
export declare const IBAN_COUNTRY_CODES: string[];
export declare function getIBANCountryCode(iban: string): string | null;
export declare function validateAccountNumberIBAN(iban: string, path: string): void | never;
//# sourceMappingURL=iban.d.ts.map