/** * method-catalog-channels-test.ts * * The `channels.test.send` descriptor, a live per-channel test-message probe. * Split into its own builtin array (rather than added to the near-cap * method-catalog-channels.ts) and aggregated by method-catalog.ts. Unlike the * `retest` account-lifecycle action, which only reports whether a surface's * config is present, this verb actually delivers a message through the daemon's * channel delivery router and reports the real outcome. Handler: * routes/channel-test.ts (registered on the catalog over the daemon's own * ChannelDeliveryRouter, the daemon owns the delivery/retest lifecycle), so * this is a ws-only invoke verb with no REST binding, exactly like the sibling * ci and checkin verbs registered from the same composition root. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayChannelTestMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-channels-test.d.ts.map