/** * native bundle prelude - minimal globals for React Native. * injected via rolldown's `intro` output option. * rolldown's devMode handles the module system. */ export declare function getNativePrelude(options: { dev: boolean; platform: string; serverUrl?: string; }): string; //# sourceMappingURL=native-prelude.d.ts.map