export declare class EmailAppointmentCancelledService {
    appointment_cancelled(email: string, name: string, date: Date, reason: string): Promise<any>;
}
