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