import * as O from "@effect-ts/system/Option"; import * as Tp from "../../Collections/Immutable/Tuple/index.js"; import type { Either } from "../../Either/index.js"; export declare function separate(ma: O.Option>): Tp.Tuple<[O.Option, O.Option]>; //# sourceMappingURL=separate.d.ts.map