import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const StatusParams: import("@sinclair/typebox").TObject<{}>; export type StatusInput = Static; export declare function createStatusTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=status.d.ts.map