export declare const detectResponseType: (requestResponseType: 'arraybuffer' | 'blob' | 'text' | 'json') => 'arraybuffer' | 'blob' | 'text';
