export declare const ToolInterruptionMode: { readonly Allow: "allow"; readonly DisableDuringTool: "disable_during_tool"; readonly DisableDuringToolAndTurn: "disable_during_tool_and_turn"; }; export type ToolInterruptionMode = (typeof ToolInterruptionMode)[keyof typeof ToolInterruptionMode];