/** Decode the buffer according to its content-type */ export declare function decodeBuffer(buffer: ArrayBuffer, contentType: string): string | Blob; //# sourceMappingURL=decode-buffer.d.ts.map