import { Primitive } from "../alias"; type ToStr, R = never> = `${T}` extends string ? `${T}` : R; export { ToStr };