import type { MsgContext } from "../templating.js"; export declare function formatInboundBodyWithSenderMeta(params: { body: string; ctx: MsgContext; }): string;