import type { Either } from "@effect-ts/system/Either"; import type { Associative } from "../../Associative/index.js"; /** * Get `Associative` for `Either` given `Associative` of `A` */ export declare function getAssociative(S: Associative): Associative>; //# sourceMappingURL=getAssociative.d.ts.map