import { CliCommand } from "./common.js"; import { LintReport } from "../reports/lint/LintReport.js"; export declare class LintCommand extends CliCommand { lintFile: string; depth: string; package: string | undefined; folder: string | undefined; static usage: import("clipanion").Usage; static paths: string[][]; getReports(): Promise; }