import type { MessageContext } from '../core/types.js'; /** * Full interceptor chain for a single inbound messenger message. * Extracted verbatim from the start command's messenger.onMessage callback. * The caller is responsible for populating ctx.traceId / ctx.logger before * calling, though this function sets them itself as a first step. */ export declare function handleInboundMessage(ctx: MessageContext, defaultAgent: string): Promise; //# sourceMappingURL=messenger-inbound.d.ts.map