export declare class BrotliInput { buffer: Uint8Array; pos: number; constructor(buffer: Uint8Array); read(buf: Uint8Array, i: number, count: number): number; } export declare class BrotliOutput { buffer: Uint8Array; pos: number; constructor(buf: Uint8Array); write(buf: Uint8Array, count: number): number; } //# sourceMappingURL=streams.d.ts.map