/** * Список подразделений */ import { Pagination } from '@n3/ng-api-common'; import { DepartmentShort } from '@n3/ng-api-common'; export declare class DepartmentList extends Pagination { _isEmpty: boolean; items: DepartmentShort[]; constructor(json?: any); }