import { t as FinalizedMsgContext } from "./templating-B8JLQEN3.js"; //#region src/auto-reply/reply/inbound-context.d.ts type FinalizeInboundContextOptions = { forceBodyForAgent?: boolean; forceBodyForCommands?: boolean; forceChatType?: boolean; forceConversationLabel?: boolean; }; declare function finalizeInboundContext>(ctx: T, opts?: FinalizeInboundContextOptions): T & FinalizedMsgContext; //#endregion export { finalizeInboundContext as t };