export declare type FetchJson = (url: string) => Promise; export declare const fetchJson: FetchJson;