import { Readable } from 'readable-stream'; import type { Trie } from '../trie.js'; export declare class TrieReadStream extends Readable { private trie; private _started; constructor(trie: Trie); _read(): Promise; } //# sourceMappingURL=readStream.d.ts.map