export declare const enrollmentConfirmationTemplate: (userName: string, courseTitle: string, courseUrl: string, projectName: string) => string;
