import { IbanParseOptions } from "./types/ibanParseOptions"; import { Iso3166Alpha2Code } from "./types/iso3166"; export declare function getCountryCodeFromIban(iban: string, options?: Partial): Iso3166Alpha2Code | "XK" | undefined;