/** * Gzip-powered compression codec. We use `fflate` instead of the native `zlib` * to simplify browser compatibility. */ export {};