export declare class AppointmentDetailsLookup { lookupId: number; lookupValue: string; displayText: string; constructor(data: unknown); }