import { Take } from "@effect/core/stream/Take/definition"; /** * Checks if this `Take` is a failure. * @tsplus getter effect/core/stream/Take isFailure * @tsplus location "@effect/core/stream/Take/operations/isFailure" */ export declare function isFailure(self: Take): boolean; //# sourceMappingURL=isFailure.d.ts.map