import { Settled, SettledLeft, SettledRight } from '.'; export type AwaitableTypes = PromiseLike | PromiseLike> | PromiseLike> | PromiseLike | PromiseLike | PromiseLike>> | PromiseLike>> | PromiseLike> | PromiseLike> | PromiseLike> | PromiseLike>> | PromiseLike>>> | PromiseLike>>> | PromiseLike>> | PromiseLike>>; export type BaseType2 = T | Settled | PromiseSettledResult | SettledRight | PromiseFulfilledResult | SettledLeft | PromiseRejectedResult | PromiseLike | PromiseLike> | PromiseLike> | PromiseLike | PromiseLike; export type BaseType = T | Settled | PromiseSettledResult | SettledRight | PromiseFulfilledResult | SettledLeft | PromiseRejectedResult; export type CollectionType = Iterable>; export type AwaitIterablesTypes = Iterable>>; export type AwaitableTypes_ = PromiseLike | CollectionType | AwaitIterablesTypes>; //# sourceMappingURL=ExtraTypings.d.ts.map