import * as O from "../Option/index.js"; import type { UIO } from "./effect.js"; /** * Returns an effect with the empty value. */ export declare const none: UIO>; //# sourceMappingURL=none.d.ts.map