export type Shift = T extends [unknown, ...infer R] ? R : never;