export declare class SandboxContext { #private; readonly serverOutDir: string; static register({ serverOutDir, readRoots, }: { serverOutDir: string; readRoots?: string[]; }): void; static resolve(fallbackServerOutDir: string): SandboxContext; private constructor(); get tmpDir(): string; get execArgv(): string[]; get env(): { TMPDIR: string; TMP: string; TEMP: string; }; } //# sourceMappingURL=sandbox-context.d.ts.map