import { SandboxHandle } from './contracts.js';
export declare function resolveHarnessCwd(handle: SandboxHandle, virtualCwd?: string): string;
