/** * Wait tool definition — remote_copilot_wait_for_instructions. */ import type { ToolDefinition } from "./types.js"; export declare const waitToolDefs: ToolDefinition[]; //# sourceMappingURL=wait-defs.d.ts.map