import { Config } from './../config'; import { Executable } from './../executable'; export declare class ReposCommand implements Executable { private config; private verbose; private json; constructor(config: Config); execute(params: any): void; validate(params: any): boolean; }