import type * as C from "../core.js";
/**
 * A stream that contains a single `Unit` value.
 */
export declare const unit: C.UIO<void>;
//# sourceMappingURL=unit.d.ts.map