export declare const subscriptionExpiryReminderEmail: (companyName: string, expiryDate: string, daysLeft: number) => string;
