import { AppointmentObservation } from './appointment-observation'; import { ScheduledAppointment } from './scheduled-appointment'; export declare class BudgetAppointment { stateId: number; stateName: string; errorsConfirmAppoiment: any[]; appointmentObservations: AppointmentObservation[]; scheduledAppointment: ScheduledAppointment; rejectedObservation: string; universidadRecibeSeguro: boolean; }