export declare namespace Fork { function fork(env: Record): import("child_process").ChildProcess; }