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