import { Document } from '../../core/models/Document'; import { NewSchemaDefinitionCommand } from './NewSchemaDefinitionCommand'; /** * @author laurent.broudoux@gmail.com * @extends NewSchemaDefinitionCommand * @class */ export declare class NewSchemaDefinitionCommand_Aai20 extends NewSchemaDefinitionCommand { _nullComponents: boolean; constructor(definitionName?: any, example?: any, description?: any); /** * * @param {Document} document */ execute(document: Document): void; /** * * @param {Document} document */ undo(document: Document): void; }