/** * MCP tool for production builds. */ import type { InferSchema } from "../../../src/extensions/schema/index.js"; import type { MCPTool } from "../tools.js"; declare const getBuildInput: () => import("../../../src/internal-agents/schema.js").Schema; splitting: import("../../../src/internal-agents/schema.js").Schema; compress: import("../../../src/internal-agents/schema.js").Schema; ssg: import("../../../src/internal-agents/schema.js").Schema; dryRun: import("../../../src/internal-agents/schema.js").Schema; }>>; type BuildInput = InferSchema>; interface BuildResult { success: boolean; pages?: number; chunks?: number; assets?: number; totalSize?: number; duration_ms?: number; outputDir?: string; dryRun?: boolean; ssgPaths?: string[]; error?: string; } export declare const vfBuild: MCPTool; export {}; //# sourceMappingURL=build-tool.d.ts.map