import type { Effect } from "./effect.js"; /** * Exposes all parallel errors in a single call */ export declare function parallelErrors(self: Effect, __trace?: string): Effect; //# sourceMappingURL=parallelErrors.d.ts.map