export declare type FetchMultitudeJSONType = (...urls: string[]) => Promise[]>; export declare const fetchMultitudeJSON: FetchMultitudeJSONType;