export declare class Action { static displayMessage(message: string): void; static displayKodies(kodies: any[]): void; static execute(args: { technology: any; summary: any; }): Promise; static getInstalledKodies(): Promise; static displayTemplates(packageName: string): Promise; static displayOverwrites(packageName: string): Promise; static displayConcepts(packageName: string): Promise; static getDependencyConcepts(dependency: string, rootDir?: string): Promise<{ name: string; concepts: any; } | undefined>; static getDependencyTemplates(dependency: string, rootDir?: string): Promise; static getConceptAttributes(schema: any): Promise; } export declare const action: (args: any) => Promise; //# sourceMappingURL=action.d.ts.map