import type { NonEmptyArray } from "./model"; /** * ```haskell * unit :: () -> NonEmptyArray () * ``` * * @category Unit * @since 1.0.0 */ export declare const unit: () => NonEmptyArray; //# sourceMappingURL=unit.d.ts.map