export type Unpack = T extends readonly (infer X)[] ? X : T; //# sourceMappingURL=Unpack.d.ts.map