import type { Show } from "@principia/prelude/Show"; import type { Const } from "./model"; /** * @category Show * @since 1.0.0 */ export declare const getShow: (S: Show) => Show>; //# sourceMappingURL=show.d.ts.map