import type { Either } from "./model"; /** * ```haskell * unit :: () -> Either _ () * ``` */ export declare const unit: () => Either; //# sourceMappingURL=unit.d.ts.map