/** * ibantools-germany * Copyright (c) 2022-2026 Markus Baumer * SPDX-License-Identifier: MIT OR MPL-2.0 */ import type { Result } from "../types"; export declare const eserValidate: (eserAccount: string) => Result; declare const _default: (number: string, blz: string) => Result; export default _default;