export declare function enterCentralExecution(): () => void; export declare function isCentralExecution(): boolean; export declare function buildChildProcessEnv(source?: NodeJS.ProcessEnv, options?: { readonly centralExecution?: boolean; }): NodeJS.ProcessEnv; //# sourceMappingURL=child-process-env.d.ts.map