export type { EsimInstallResult, EsimInstallError, EsimInfo, } from "./ExpoEsimManagerModule"; export { useEsimManager, InstallationStatus, InstallError, } from "./useEsimManager"; export declare function isEsimSupported(): boolean; export declare function getInstalledEsims(): import("./ExpoEsimManagerModule").EsimInfo[]; export declare function diagnosticInfo(): Record; export declare function install(params: { activationCode: string; }): Promise; export declare function scanQrCode(): Promise; //# sourceMappingURL=index.d.ts.map