import { TerminalService } from '../../services/TerminalService'; import type { Argv, ArgumentsCamelCase } from 'yargs'; import type { ICommand } from './base'; export declare class GitCloneCommand implements ICommand<{}> { cmd: string; description: string; private _gitService; builder(yargs: Argv<{}>): void; handler: (args: ArgumentsCamelCase<{}>, terminalService: TerminalService) => Promise; } //# sourceMappingURL=git-clone.d.ts.map