export declare function fetchJson(input: RequestInfo, init?: RequestInit, config?: { parseJson?: (a: unknown) => T; }): Promise;