export declare const enum StreamState { Unused = 0, Pending = 1, Open = 2, Closed = 3 }