import { MinervaReferenceData } from '../minerva-reference-data.model'; export declare class MinervaLocation extends MinervaReferenceData { locationTypeId: string; rollsUpTo: string; workUnit: string; constructor(location: any); readonly label: string; }