import type { MsgContext } from "./templating.js";
export declare function buildInboundMediaNote(ctx: MsgContext): string | undefined;
