import { PhrAppointmentStatusService } from './phr-appointment-status.service';
export declare class PhrAppointmentStatusController {
    private readonly phrAppointmentStatusService;
    constructor(phrAppointmentStatusService: PhrAppointmentStatusService);
    findAll(appointment_id: number): Promise<any>;
    getStatusTracking(appointment_id: string): Promise<any>;
    listForTracking(hospital_id: number): Promise<any>;
}
