declare function getCarrier(receivedPhoneNumber: string, countryCode: string): Promise; export { getCarrier };