import { type RequestOptions } from 'https';
export declare const downloadFromURL: (url: string | RequestOptions) => Promise<Buffer>;
