import type { ExecOptions } from './types';
export declare function getChildEnv({ extraEnv, env: forcedEnv, }: ExecOptions): Record<string, string>;
