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