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