type I18nifyCountryCodeType = 'IN' | 'MY' | 'SG' | 'US'; declare const _default: (_countryCode: I18nifyCountryCodeType) => Promise; export { _default as getListOfBanks };