import type { Effect } from "./effect.js"; /** * Imports an asynchronous effect into a pure `Effect` value. This formulation is * necessary when the effect is itself expressed in terms of `Effect`. */ export declare function effectAsyncM(register: (cb: (_: Effect) => void) => Effect, __trace?: string): Effect; //# sourceMappingURL=effectAsyncM.d.ts.map