import type { JSONValue } from "@strands-agents/sdk"; export declare function createSleepTools(): import("@strands-agents/sdk").InvokableTool<{ seconds: number; }, JSONValue>[];