import type { Either } from "@effect-ts/system/Either"; import type { Show } from "../../Show/index.js"; /** * Get `Show` for `Either` given `Show` of `E` & `A` */ export declare function getShow(SE: Show, SA: Show): Show>; //# sourceMappingURL=getShow.d.ts.map