export declare class EmailAppointmentBookedService {
    appointmentmail(email: string, name: string, Hosname: string, date: Date, drname: string, time: Date, location: string): Promise<any>;
}
