import type { Response } from 'express';
export declare class DownloadProxyController {
    proxyDownload(url: string, res: Response): Promise<void>;
}
