export declare function ensureSandboxWorkspace(workspaceDir: string, seedFrom?: string, skipBootstrap?: boolean): Promise<void>;
