export declare class EmailTemporaryAppointmentService {
    temporary_appointment(email: string, name: string, Hosname: string, date_time: string, TEM_APP_NO: string, company: string): Promise<any>;
}
