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