import type * as STM from "../../STM.js"; import type * as Types from "../../Types.js"; export declare const bind: ((tag: Exclude, f: (_: K) => STM.STM) => (self: STM.STM) => STM.STM, E | E2, R | R2>) & ((self: STM.STM, tag: Exclude, f: (_: K) => STM.STM) => STM.STM, E | E2, R | R2>); export { /** @internal */ void_ as void }; //# sourceMappingURL=stm.d.ts.map