import 'reflect-metadata'; import type { ILaunchOptions } from '../api/Sparo'; export declare class SparoCICommandLine { private _commandsMap; private constructor(); static launchAsync(launchOptions: ILaunchOptions): Promise; prepareCommandAsync(): Promise; runAsync(): Promise; private _supportedCommand; } //# sourceMappingURL=SparoCICommandLine.d.ts.map