import { Effect } from "@effect/core/io/Effect/definition"; 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 dropWhileEffect * @tsplus location "@effect/core/stream/Sink/operations/dropWhileEffect" */ export declare function dropWhileEffect(p: (input: In) => Effect): Sink; //# sourceMappingURL=dropWhileEffect.d.ts.map