import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerDownloadCommands(program: Command, context: CliContext): void; //# sourceMappingURL=download.d.ts.map