export declare class Action { static kody: any; static concept: any; static properties: any; static isCanceled: boolean; static onCancel(_prompt: any): Promise; static getDependencyConcepts(dependency: string): Promise; static getPackageDependencies(rootDir?: string): Promise; static prompter(): Promise; static getCurrentConcept(): Promise; static getPropertiesAnswers(concept: any): Promise; static getConceptQuestion(): Promise; static getKodyQuestion(): Promise; static displayMessage(message: string): void; static execute(): Promise; static addConcept(dependency: string, concept: string, data: any, rootDir?: string): Promise; static addConceptProperty(dependency: string, concept: string, property: string, data: any, rootDir?: string): Promise; static getSchemaDefinition(dependency: string, rootDir?: string): any; static conceptToQuestion(name: string, concept: { description: string; default?: any; type?: string; enum?: any; items?: any; }, _concepts?: any, message?: boolean | string, _useIndex?: boolean, label?: string, useValueAsName?: boolean): Promise; } //# sourceMappingURL=action.d.ts.map