export declare const emailChangeRequestTemplate: (userName: string, oldEmail: string, newEmail: string, verificationLink: string) => string;
