/** * method-catalog-control-companion.ts * * Companion-chat method catalog registration, split out of * method-catalog-control-core.ts (see CHANGELOG 1.0.0) to stay under the repo's 800-line * hand-authored file cap (see scripts/check-line-cap.ts), this block is * self-contained (companion.chat.* descriptors only) and control.ts folds it * in unchanged, so this is a pure file-organization move with no API surface * change beyond the delete-honesty split it carries (companion.chat.sessions.close * as a distinct soft-close verb alongside a genuinely hard-deleting * companion.chat.sessions.delete). */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayControlCompanionMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-control-companion.d.ts.map