import { Token } from"typedi";
exporttypeFetch = (url: RequestInfo, init?: RequestInit) =>Promise<Response>;
/** Never use {@link fetch} directly. Use it through the {@link Container} via this {@link Token}. */exportdeclareconstfetchToken: Token<Fetch>;