import { type Argv } from 'yargs'; export declare class ArgvService { private _parsed; private _terminalService; yargsArgv: Argv; constructor(); parseArgvAsync(): Promise; getUserCommand(): string; stripSparoArgs(args: string[]): string[]; private _terminalMiddleware; /** * To test completion, run * * sparo --get-yargs-completions sparo ... */ private _completionFunction; private _getFileCompletions; } //# sourceMappingURL=ArgvService.d.ts.map