import DecodeStream from '../../core/streams/DecodeStream.js'; import { StreamType } from '../../core/streams/Stream.js'; declare class RunLengthStream extends DecodeStream { private stream; constructor(stream: StreamType, maybeLength?: number); protected readBlock(): void; } export default RunLengthStream; //# sourceMappingURL=RunLengthStream.d.ts.map