import type { IO } from "../Task"; import type { Ref } from "./model"; /** * Creates a new `XRef` with the specified value. */ export declare const makeRef: (a: A) => IO>; /** * Creates a new `XRef` with the specified value. */ export declare const unsafeMakeRef: (a: A) => Ref; //# sourceMappingURL=constructors.d.ts.map