export declare class Action { static prompter(kody: string): Promise; static runCommand(kody: string, path?: string): Promise; static displayMessage(message: string): void; static execute(kody: string): 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: { type?: string; enum?: any; }, concepts?: any, message?: boolean | string, useIndex?: boolean): Promise; } //# sourceMappingURL=action.d.ts.map