import type { Json } from '@wollybeard/kit' import type { registerCustom } from 'superjson' export type CustomTransformer = Parameters< typeof registerCustom >[0] export * from 'superjson'