import { Download } from '../types';
export declare const getDownloads: (requestUrl: string, url: string) => Promise<Download[]>;
