/** * Shared environment-variable allowlist for simulator subprocess spawning. * * Both ios.ts and android.ts need the same minimal env when their * `inheritEnv` flag is off — kept here so the two simulator modules * cannot drift on which keys they propagate. */ export declare const MINIMAL_ENV_KEYS: string[]; export declare function pickMinimalEnv(): Record; //# sourceMappingURL=env.d.ts.map