/** * Write Tools — bhived_write_instruction, bhived_write_mistake, bhived_write_update * * Three tools sharing the same REST endpoint (POST /v1/memories) * but with different `type` values set automatically. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerWriteTools(server: McpServer): void; //# sourceMappingURL=write.d.ts.map