import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const SleepParams: import("@sinclair/typebox").TObject<{ dryRun: import("@sinclair/typebox").TOptional; }>; export type SleepInput = Static; export declare function createSleepTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=sleep.d.ts.map