import { FatcherOptions } from './types'; export declare function fatcher(input: RequestInfo | URL, options?: FatcherOptions): Promise;