import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const InspectParams: import("@sinclair/typebox").TObject<{ id: import("@sinclair/typebox").TString; }>; export type InspectInput = Static; export declare function createInspectTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=inspect.d.ts.map