import { PhoneCodeChannelData } from '@clerk/types'; declare const ALTERNATIVE_PHONE_CODE_PROVIDERS: PhoneCodeChannelData[]; declare const getAlternativePhoneCodeProviderData: (channel?: string) => PhoneCodeChannelData | null; export { ALTERNATIVE_PHONE_CODE_PROVIDERS, getAlternativePhoneCodeProviderData };