import { Stream } from "@effect/core/stream/Stream/definition"; /** * Splits strings on a delimiter. * @tsplus static effect/core/stream/Stream.Aspects splitOn * @tsplus pipeable effect/core/stream/Stream splitOn * @tsplus location "@effect/core/stream/Stream/operations/splitOn" */ export declare function splitOn(delimiter: string): (self: import("../definition").Stream) => import("../definition").Stream; //# sourceMappingURL=splitOn.d.ts.map