export type HasSplat = Path extends `{*}` ? true : Path extends `${string}/{*}` ? true : false