UNPKG

@sprouted/create-vibes

Version:
7 lines 264 B
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