import type { Either } from "./model"; /** * Compact type Either | Either to Either */ export declare const deunion: >( fa: T ) => [T] extends [Either] ? Either : T; export declare const widenE: () => (fa: Either) => Either; export declare const widenA: () => (fa: Either) => Either; //# sourceMappingURL=utils.d.ts.map