import { LicenseReport } from "../reports/LicenseReport.js"; import { CliCommand } from "./common.js"; export declare class LicenseCheckCommand extends CliCommand { package: string | undefined; type: string; allowList: string[] | undefined; grouped: boolean; folder: string | undefined; static usage: import("clipanion").Usage; static paths: string[][]; getReports(): LicenseReport; }