/** * */ import { DepartmentShort } from '@n3/ng-api-common'; import { Capacity } from '@n3/ng-api-common'; import { JobShort } from '@n3/ng-api-common'; import { Address } from '@n3/ng-api-common'; import { Contact } from '@n3/ng-api-common'; export declare class Department extends DepartmentShort { _isEmpty: boolean; capacity: Capacity; head: JobShort; address: Address; contacts: Contact[]; is_based_on_another_organization: boolean; foundation_date: string; liquidation_date: string; constructor(json?: any); }