export declare const fetchJSON: (url: string) => Promise; export declare const fetchXML: (url: string) => Promise; export declare const fetchArraybuffer: (url: string) => Promise;