export declare class EmailAppointmentCompletedService {
    appointment_completed(email: string, name: string, Hosname: string, date_time: any, doctor: string, company: string): Promise<any>;
}
