export declare const emailVerificationTemplate: (adminName: string, companyName: string, verificationLink: string) => string;
