/** * */ import { EducationServiceShort } from './educationServiceShort.model'; export declare class EducationService extends EducationServiceShort { _isEmpty: boolean; constructor(json?: any); }