import { Config, Image } from "../types";
/**
 * downloadImages
 *
 * If one image is provided, it will be downloaded as a file.
 *
 * If multiple images are provided, they will be zipped and downloaded as a file.
 */
export declare function downloadImages(images: Image[], userConfig?: Config): Promise<void>;
//# sourceMappingURL=download-images.d.ts.map