import type { Codec } from './codec.ts'; import type { Uint8ArrayList } from 'uint8arraylist'; export declare function streamMessage(buf: Uint8Array | Uint8ArrayList, codec: Pick, 'stream'>, opts?: any): Generator; //# sourceMappingURL=stream.d.ts.map