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