import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const WmReadParams: import("@sinclair/typebox").TObject<{ scope: import("@sinclair/typebox").TString; }>; export type WmReadInput = Static; export declare function createWmReadTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=wm-read.d.ts.map