export declare type Url = string; export declare type Fetcher = (url: Url, options: any) => Promise;