import { AsyncEnumerable } from "./AsyncEnumerable"; export declare class UnionAsyncEnumerable extends AsyncEnumerable { protected readonly parent: AsyncEnumerable; protected readonly parent2: AsyncEnumerable; readonly isUnionAll: boolean; constructor(parent: AsyncEnumerable, parent2: AsyncEnumerable, isUnionAll?: boolean); protected generator(): AsyncIterableIterator; }