import { ReferenceData } from './reference-data.model'; export declare class Location extends ReferenceData { rollsUpTo: { correlation: string; }; garageCode: string; locationTypeId: { correlation: string; }; manpowerLocationId: string; hrmsLocationId: string; workUnitId: { correlation: string; }; servicedBy: { correlation: string; }[]; servicesSelf: boolean; legacyZone: string; bureau: { correlation: string; }; mainGarage: boolean; departmentInformations: { departmentId: { correlation: string; }; departmentTypeId: { correlation: string; }; sectionId: number; payCodeId: { correlation: string; }; budgetCode: string; }[]; constructor(data: any); }