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