export declare class InitCommand { private configManager; constructor(); execute(options: any): Promise; } //# sourceMappingURL=init.d.ts.map