export interface Output { push(data: T): void; }