import type { Command } from '../args.js'; import type { Profile } from '../profiles.js'; import { type Io } from '../output.js'; import { type VerbServerFactory } from './fetch.js'; export declare function runDownload(cmd: Extract, profile: Profile, io: Io, makeServer?: VerbServerFactory): Promise;