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