import { RepoCommand } from './RepoCommand'; export { RepoCommand } from './RepoCommand'; export * from './config'; export * from './tree'; /** * Define commands exported from this plugin * @category Plugin Definition */ export declare const commands: (typeof RepoCommand)[]; /** * State that this plugin should be run from [[BaseCommand]] * @category Plugin Definition */ export declare const runOnDefault = true; /** * Path to be run from [[BaseCommand]] * @category Plugin Definition */ export declare const runOnDefaultPath: string[]; /** * Run priority of this plugin when evaluated by [[BaseCommand]] * @category Plugin Definition */ export declare const runOnDefaultPriority = 10; //# sourceMappingURL=index.d.ts.map