import { Arguments, Command, CommandConfigOptions } from "@lerna/core"; export declare function factory(argv: Arguments): RepairCommand; export declare class RepairCommand extends Command { constructor(argv: Arguments); initialize(): void; execute(): Promise; configureNxOutput(): any; } declare const commonJsExport: typeof factory & { RepairCommand: typeof RepairCommand; }; export default commonJsExport; export { commonJsExport as "module.exports" };