import { Command } from '@oclif/command'; export declare class CloneRepoCommand extends Command { static description: string; static flags: { search: import("../../../../../../../Users/shakilsiraj/Documents/GitHub/ogit/node_modules/@oclif/parser/lib/flags").IBooleanFlag; list: import("../../../../../../../Users/shakilsiraj/Documents/GitHub/ogit/node_modules/@oclif/parser/lib/flags").IBooleanFlag; }; private references; run(): Promise; }