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