/// <reference types="node" />
import { IncomingMessage, ServerResponse } from "http";
declare function xDownloadOptionsMiddleware(_req: IncomingMessage, res: ServerResponse, next: () => void): void;
declare function xDownloadOptions(): typeof xDownloadOptionsMiddleware;
export default xDownloadOptions;
