export declare const ibanRegexPatterns: {
    country: string;
    regex: RegExp;
}[];
