import { Associative } from "@tsplus/stdlib/prelude/Associative/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * Get `Associative` for `Either` given `Associative` of `A`. * @tsplus static Either.Ops getAssociative * @tsplus location "@tsplus/stdlib/data/Either/getAssociative" */ export declare function getAssociative(S: Associative): Associative>; //# sourceMappingURL=getAssociative.d.ts.map