import * as T from "../../Task/_core"; import type { XPromise } from "../model"; /** * Completes the promise with the specified value. */ export declare const succeed: (a: A) => (promise: XPromise) => T.IO; /** * Completes the promise with the specified value. */ export declare const succeed_: (promise: XPromise, a: A) => T.IO; //# sourceMappingURL=succeed.d.ts.map