import { CommandBase } from "./support/CommandBase"; export declare class InitCommand extends CommandBase { run(options: any): Promise; }