import { StreamDirectoryEntry } from "compound-binary-file-js"; import { Entry } from "./Entry"; export declare class EntryStream { static readonly STREAM_NAME = "__substg1.0_00030102"; private stream; constructor(_this: StreamDirectoryEntry); getEntry(index: number): Entry; entries(): Entry[]; }