import type * as P from "@principia/prelude"; import type { Separated } from "@principia/prelude/Utils"; import type { Either } from "../Either"; import type { Option, URI, V } from "./model"; export declare const separate: (fa: Option>) => Separated, Option>; export declare const compact: (ta: Option>) => Option; export declare const Compactable: P.Compactable<[URI], V>; //# sourceMappingURL=compactable.d.ts.map