import type { ExpoConfig } from "expo/config"; declare const MOBILE_HOSTS: string[]; /** * Expo plugin: bundle, verify, then copy the mobile worker bundle. * * Flow: bundleSdk -> verifyBundle -> copy to `/dist/worker.mobile.bundle.js`. * Uses `qvac.config.*` if present. */ declare function withMobileBundle(config: ExpoConfig): ExpoConfig; export { MOBILE_HOSTS }; export default withMobileBundle; //# sourceMappingURL=withMobileBundle.d.ts.map