export type ShiftString = S extends `${string}${infer R}` ? R : never;