import type BaseCommand from '../base-command.js'; import type { CloneOptionValues } from './option_values.js'; export declare const clone: (options: CloneOptionValues, command: BaseCommand, args: { repo: string; targetDir?: string; }) => Promise; //# sourceMappingURL=clone.d.ts.map