declare const _default: () => Promise; export default _default; declare const _default: () => Promise; export default _default; declare const _default: () => Promise; export default _default; declare const _default: () => Promise; export default _default; export declare const ibanIsValid: (iban: string) => boolean; export declare const ibanToBic: (iban: string) => string | undefined; declare const _default: () => Promise; export default _default; declare const _default: () => Promise; export default _default; export declare function columnCode(col: number): string; export declare function getCellValue(worksheet: { [x: string]: any; }, col: number, row: any): any; export declare function writeOutputs(name: string, bankCodesObj: { [s: string]: unknown; } | ArrayLike): Promise; export declare function downloadXLSX(url: URL | RequestInfo, sheet: string | number): Promise; export declare function downloadJSDOM(url: URL | RequestInfo): Promise; export declare function downloadCSV(url: URL | RequestInfo, options: neatCsv.Options | undefined, encoding: string, linesModifier?: { (lines: any): any; (arg0: string[]): any[]; }): Promise; export declare function assertTableHead(worksheet: { [x: string]: any; }, row: any, values: string | any[]): void; declare const datasets: { [key: string]: { [key: string]: string; }; }; export default datasets;