import type * as T from "../../../../Effect/index.js"; import type * as C from "../core.js"; /** * Runs a channel until the end is received */ export declare function runDrain(self: C.Channel): T.Effect; //# sourceMappingURL=runDrain.d.ts.map