import { Show } from "@tsplus/stdlib/prelude/Show/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; /** * @tsplus static Either.Ops getShow * @tsplus location "@tsplus/stdlib/data/Either/getShow" */ export declare function getShow(SE: Show, SA: Show): Show>; //# sourceMappingURL=getShow.d.ts.map