import { CliCommand } from "./common.js"; import { LoopsReport } from "../reports/LoopsReport.js"; export declare class LoopsCommand extends CliCommand { package?: string; type: string; static usage: import("clipanion").Usage; getReports(): LoopsReport; static paths: string[][]; }