export type Join[]> = T extends [ infer U, ...infer V extends Record[] ] ? U & Join : unknown; //# sourceMappingURL=utility-types.d.ts.map