export interface Fetcher {
    fetch: typeof fetch;
}
declare let fetcher: Fetcher;
export default fetcher;
