export declare function fetchJSON(url: string, options?: RequestInit): Promise; export declare type FetchJSONUnsafeType = (url: string, options?: RequestInit) => Promise; export declare const fetchJSONUnsafe: FetchJSONUnsafeType;