declare namespace _default {
    namespace error {
        const IsIBAN: string;
        const IsCountryIBAN: string;
        const IsNotCountryIBAN: string;
    }
}
export default _default;
//# sourceMappingURL=de.d.ts.map