import * as Async from "../Async/index.js"; import * as IO from "../IO/index.js"; import type { Effect } from "./effect.js"; /** * Lift Async into Effect */ export declare function fromAsync(async: Async.Async, __trace?: string): Effect; /** * Lift IO into Effect */ export declare function fromIO(io: IO.IO, __trace?: string): Effect; //# sourceMappingURL=interop.d.ts.map