export declare class BytesSource { #private; private readonly bytes; constructor(bytes: Uint8Array); get position(): number; upTo(length: number): Uint8Array; move(delta: number): void; exactly(length: number): Uint8Array; } //# sourceMappingURL=bytes-source.d.ts.map