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