import type { MsgContext } from "../auto-reply/templating.js";
export declare function validateSenderIdentity(ctx: MsgContext): string[];
