/** * Список образовательных услугу для УФТТ 3.0 */ import { Pagination } from '@n3/ng-api-common'; import { EducationServiceShort } from './educationServiceShort.model'; export declare class EducationServiceList extends Pagination { _isEmpty: boolean; items: EducationServiceShort[]; constructor(json?: any); }