import { type OperatorFunction } from 'rxjs';
import type { DecodeOptions } from '../options.js';
/** 流式解码 UBJSON */
export declare function decode(options?: DecodeOptions): OperatorFunction<BufferSource, unknown>;
//# sourceMappingURL=decoder.d.ts.map