import { SupportedLibraries, TranslateFlags } from '../../types/index.js'; import { Settings } from '../../types/index.js'; /** * Downloads translations that were originally staged * @param options - The options for the command * @param settings - The settings for the command */ export declare function handleDownload(options: TranslateFlags, settings: Settings, library: SupportedLibraries): Promise;