/** * */ import { QuestionaryShort } from './questionaryShort.model'; import { Identity } from '@n3/ng-api-common'; import { EntityState } from '@n3/ng-api-common'; import { ClassifierShort } from '@n3/ng-api-common'; import { Tag } from '@n3/ng-api-common'; export declare class Questionary extends QuestionaryShort { _isEmpty: boolean; identity: Identity; entity_state: EntityState; name: string; description: string; level: ClassifierShort; discipline: ClassifierShort; education_stage: ClassifierShort; difficulty: ClassifierShort; event_level: ClassifierShort; tag: Tag; constructor(json?: any); }