export interface Subscription { get isEmpty(): boolean poll(default_: D): A | D pollUpTo(n: number): Chunk get size(): number unsubscribe(): void }