import { LookupModel } from '../../../../shared/models/lookup-model'; export declare class VlaListModel { id: number; vendorLevelActivityName: string; vendorName: string; locationname: string; locationType: LookupModel; version: number; versionStartDate: string; submittedBy: string; submittedOn: string; requestStatus: LookupModel; canUpdateStatus: boolean; canViewOnly: boolean; startDate: string; endDate: string; constructor(data: unknown); }