import { TemplateEngine } from '../template-engine/engine.js';
export declare class AddAppCommand {
    private createAppCommand;
    constructor(templateEngine: TemplateEngine);
    execute(appType?: string): Promise<void>;
}
//# sourceMappingURL=add-app.d.ts.map