import { Either } from "@tsplus/stdlib/data/Either/definition"; import type * as P from "@tsplus/stdlib/prelude/AssociativeEither"; /** * @tsplus static Either.Ops AssociativeEither * @tsplus location "@tsplus/stdlib/data/Either/instances/AssociativeEither" */ export declare const AssociativeEither: P.AssociativeEither; //# sourceMappingURL=AssociativeEither.d.ts.map