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