import type { Promise } from "./promise.js"; /** * Completes the promise with the specified value. */ export declare function succeed(a: A): (promise: Promise) => import("../Effect/effect.js").UIO; /** * Completes the promise with the specified value. */ export declare function succeed_(promise: Promise, a: A): import("../Effect/effect.js").UIO; //# sourceMappingURL=succeed.d.ts.map