import { LookupModel } from '../../../shared/models/lookup-model'; export declare class AddrelatedappointmentItem { id: number; appointmentName: string; poolingRelease: LookupModel; mandatory: string; allowCancellations: string; allowRescheduling: string; walkIns: string; status: LookupModel; createdOn: string; createdByName: string; department: LookupModel; appointmentDescription: string; constructor(data: unknown); }