/** * @param buffer Buffer containing the string to decode * @param [contentType] Optional content type header, used to determine the response type * @returns null if decoding failed */ export declare function decodeString(buffer: ArrayBuffer, contentType?: string): string | null; //# sourceMappingURL=encoding.d.ts.map