export interface EngineChildEnvOptions { scrubClaudeCode?: boolean; scrubCodex?: boolean; denyExact?: Iterable; } export declare function buildEngineChildEnv(baseEnv?: NodeJS.ProcessEnv, options?: EngineChildEnvOptions): Record; //# sourceMappingURL=child-env.d.ts.map