import type { Reporter } from '../output/reporter.js'; import type { CLIOptions } from '../args.js'; /** * Run the add command. */ export declare function runAdd(options: CLIOptions, reporter: Reporter): Promise; //# sourceMappingURL=add.d.ts.map