import type { YTDL_RequestOptions } from '../types/Options'; declare class Fetcher { static fetch(url: string, options?: RequestInit, noProxyAdaptation?: boolean): Promise; static request(url: string, { requestOptions, rewriteRequest, originalProxy }?: YTDL_RequestOptions): Promise; } export { Fetcher };