/** * @type {function(!Int8Array, Options=):!Int8Array} */ export declare let BrotliDecode: (bytes: any, options: any) => Int8Array; //# sourceMappingURL=decode.d.ts.map