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<O.Option<never>>;
//# sourceMappingURL=none.d.ts.map