import type { SleepToolInput, SleepToolOutput } from "#execution/tools/sleep.js";
/** Waits durably in a workflow dedicated to this tool call. */
export declare function executeSleepTool(input: SleepToolInput): Promise<SleepToolOutput>;
