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