export declare class Range { offset: bigint; length: bigint; constructor(props?: { offset: bigint | number; length: bigint | number; }); } //# sourceMappingURL=range.d.ts.map