export declare function createAsyncIterator(onExit: () => void): AsyncIterable & { push(data: T): void; complete(): void; };