/** * method-catalog-control-live-turn.ts, the live-turn session verbs: cancel ONE * in-flight tool call, and list/edit/delete the pending mid-turn message queue. * * These act on the daemon's live local runtime through the bound * SessionLiveTurnControls (routes/session-runtime.ts). A per-call cancel is * deliberately distinct from a whole-turn interrupt: the cancelled call settles * as a structured "cancelled by user" tool result and the turn continues. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayControlLiveTurnMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-control-live-turn.d.ts.map