import { OptionValues } from "commander";
/**
 * Analyzes the node modules and generates a report
 */
export declare function reportLicenses(options: OptionValues): Promise<void>;
//# sourceMappingURL=reporter.d.ts.map