/**
 * @type {function(!Int8Array, ?Options=):!Int8Array}
 */
export let BrotliDecode: (arg0: Int8Array, arg1: (Options | null) | undefined) => Int8Array;
export type Options = Object;
