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