export = StreamBox;
/**
 * Stream Box
 */
declare function StreamBox(options: any): StreamBox;
declare class StreamBox {
    /**
     * Stream Box
     */
    constructor(options: any);
    stream: any;
    __proto__: any;
    type: string;
}
//# sourceMappingURL=streambox.d.ts.map