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