import { Cause } from "@effect/core/io/Cause/definition"; /** * Squashes a `Cause` down to a single `Error`, chosen to be the "most * important" `Error`. * @tsplus getter effect/core/io/Cause squash * @tsplus location "@effect/core/io/Cause/operations/squash" */ export declare function squash(self: Cause): Error; //# sourceMappingURL=squash.d.ts.map