import { PhoneCodeChannelData } from "./index-kcd5CugB.js";

//#region src/alternativePhoneCode.d.ts
declare const ALTERNATIVE_PHONE_CODE_PROVIDERS: PhoneCodeChannelData[];
declare const getAlternativePhoneCodeProviderData: (channel?: string) => PhoneCodeChannelData | null;
//#endregion
export { ALTERNATIVE_PHONE_CODE_PROVIDERS, getAlternativePhoneCodeProviderData };
//# sourceMappingURL=alternativePhoneCode.d.ts.map