import { Take } from "@effect/core/stream/Take/definition"; /** * Transforms `Take` to `Take` by applying function `f`. * @tsplus static effect/core/stream/Take.Aspects map * @tsplus pipeable effect/core/stream/Take map * @tsplus location "@effect/core/stream/Take/operations/map" */ export declare function map(f: (a: A) => B): (self: Take) => Take; //# sourceMappingURL=map.d.ts.map