import type { AnyAgentTool } from "./common.js"; export declare function createVentureStudioTool(options: { workspaceDir: string; }): AnyAgentTool;