import { PropertiesStream } from "./PropertiesStream"; import { StreamDirectoryEntry } from "compound-binary-file-js"; export declare class SimplePropertiesStream extends PropertiesStream { constructor(stream: StreamDirectoryEntry, headerLength: number); }