export declare type Permutations = T extends unknown ? T | `${T} ${Permutations>}` : never; //# sourceMappingURL=permutations.d.ts.map