import { EmailBody } from "../email.config";
export declare function getUserGeneralFeedbackTemplate(body: Partial<EmailBody>): string;
