import { DownloadReport } from "../reports/DownloadCountReport.js"; import type { Url } from "../reports/Validation.js"; import { CliCommand } from "./common.js"; export declare class DownloadCommand extends CliCommand { package?: string; static usage: import("clipanion").Usage; static DownloadUrl?: Url; static paths: string[][]; getReports(): DownloadReport; }