export { errorResult, redactWorkspacePaths, structuredTextResult, textResult, type ToolResult, } from "./tool-results.js"; /** * Post-mutation bookkeeping shared by every page-writing tool: invalidate the * manifest for the touched pages and regenerate index.md. Returns the status * line to append to the tool output. */ export declare function finalizePageMutation(relPaths: string[]): Promise; //# sourceMappingURL=helpers.d.ts.map