import { Effect } from "@effect/core/io/Effect/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Cause } from "@effect/core/io/Cause/definition"; /** * Exposes all parallel errors in a single call. * @tsplus getter effect/core/io/Effect parallelErrors * @tsplus location "@effect/core/io/Effect/operations/parallelErrors" */ export declare function parallelErrors(self: Effect): Effect, A>; //# sourceMappingURL=parallelErrors.d.ts.map