import { FiberId } from "@effect/core/io/FiberId/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops interruptAs * @tsplus location "@effect/core/stream/Channel/operations/interruptAs" */ export declare function interruptAs(fiberId: FiberId): Channel; //# sourceMappingURL=interruptAs.d.ts.map