import { Settled, SettledLeft, SettledRight } from '.'; /** @public */ export type Collection = Iterable | PromiseSettledResult>; type NamingIsNotAlwaysTheEasiestThingToDoInTheWorld = T | Settled | PromiseSettledResult; type Alias = NamingIsNotAlwaysTheEasiestThingToDoInTheWorld; type AliasOrPromiseAlias = Alias | PromiseLike>; export type MyLongVersionCatchAllType = Alias | Iterable> | PromiseLike | Iterable>>; type TheOtherWayAround = A | Iterable | PromiseLike; type Level2 = TheOtherWayAround>; export type Level3 = Level2 | PromiseSettledResult>; export type MyLongVersionCatchAllType_Full = T | SettledLeft | SettledRight | PromiseFulfilledResult | PromiseRejectedResult | Iterable | PromiseFulfilledResult | PromiseRejectedResult | PromiseLike | PromiseFulfilledResult | PromiseRejectedResult>> | PromiseLike | PromiseFulfilledResult | PromiseRejectedResult | Iterable | PromiseFulfilledResult | PromiseRejectedResult | PromiseLike | PromiseFulfilledResult | PromiseRejectedResult>>>; export type Name_001 = T; export type Name_002 = SettledRight; export type Name_003 = PromiseFulfilledResult; export type Name_004 = SettledLeft; export type Name_005 = PromiseRejectedResult; export type Name_011 = PromiseLike; export type Name_012 = PromiseLike>; export type Name_013 = PromiseLike>; export type Name_014 = PromiseLike; export type Name_015 = PromiseLike; export type Name_016 = Iterable; export type Name_017 = Iterable>; export type Name_018 = Iterable>; export type Name_019 = Iterable; export type Name_020 = Iterable; export type Name_021 = Iterable>; export type Name_022 = Iterable>>; export type Name_023 = Iterable>>; export type Name_024 = Iterable>; export type Name_025 = Iterable>; export type Name_026 = PromiseLike>; export type Name_027 = PromiseLike>>; export type Name_028 = PromiseLike>>; export type Name_029 = PromiseLike>; export type Name_030 = PromiseLike>; export type Name_031 = PromiseLike>>; export type Name_032 = PromiseLike>>>; export type Name_033 = PromiseLike>>>; export type Name_034 = PromiseLike>>; export type Name_035 = PromiseLike>>; export {}; //# sourceMappingURL=Collection.d.ts.map