import { Take } from "@effect/core/stream/Take/definition"; /** * Creates a `Take` with a singleton chunk. * @tsplus static effect/core/stream/Take.Ops single * @tsplus location "@effect/core/stream/Take/operations/single" */ export declare function single(a: A): Take; //# sourceMappingURL=single.d.ts.map