import { AssociativeIdentity } from "@tsplus/stdlib/prelude/AssociativeIdentity/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Separates an `Either>` into a * `Tuple<[Either, Either]>` given an `AssociativeIdentity`. * @tsplus static Either.Aspects separate * @tsplus pipeable Either separate * @tsplus location "@tsplus/stdlib/data/Either/separate" */ export declare function separate(M: AssociativeIdentity): (self: import("./definition").Either>) => readonly [import("./definition").Either, import("./definition").Either]; //# sourceMappingURL=separate.d.ts.map