import { Predicate } from "@tsplus/stdlib/data/Predicate"; import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * @tsplus static effect/core/stream/Sink.Ops dropWhile * @tsplus location "@effect/core/stream/Sink/operations/dropWhile" */ export declare function dropWhile(p: Predicate): Sink; //# sourceMappingURL=dropWhile.d.ts.map