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