import { Command } from 'clipanion'; /** * Command path of the [[RepoCommand]] * @category Command */ export declare const commandPath: string[]; /** * Command used to generate all repo tsconfigs * @category Command */ export declare class RepoCommand extends Command { execute(): Promise; } //# sourceMappingURL=RepoCommand.d.ts.map