import { CellularGeneration } from './Cellular.types'; declare const _default: { readonly allowsVoip: null; readonly carrier: null; readonly isoCountryCode: null; readonly mobileCountryCode: null; readonly mobileNetworkCode: null; getCellularGenerationAsync(): Promise; allowsVoipAsync(): Promise; getIsoCountryCodeAsync(): Promise; getCarrierNameAsync(): Promise; getMobileCountryCodeAsync(): Promise; getMobileNetworkCodeAsync(): Promise; }; export default _default; //# sourceMappingURL=ExpoCellular.web.d.ts.map