import { Arguments, Command, CommandConfigOptions } from "@lerna/core"; export declare function factory(argv: Arguments): AddCachingCommand; export declare class AddCachingCommand extends Command { uniqueScriptNames: string[]; constructor(argv: Arguments); initialize(): void; execute(): Promise; private convertAnswersToNxConfig; private getTargetDefaultEntries; private getObjectFormTargetDefault; private configureGitIgnore; } declare const commonJsExport: typeof factory & { AddCachingCommand: typeof AddCachingCommand; }; export default commonJsExport; export { commonJsExport as "module.exports" };