import type { EmbeddingEntry } from './types'; export declare class BinaryFileReader { private storePath; constructor(storePath: string); entries(): AsyncGenerator; private parseRecord; private parseRecordFromView; } //# sourceMappingURL=binary-file-reader.d.ts.map