export type ToCamelCase = Uncapitalize>>; export type CamelDashes = TString extends `${infer TPrefix}-${infer TSuffix}` ? `${TPrefix}${CamelDashes>}` : TString; export type CamelSpaces = TString extends `${infer TPrefix} ${infer TSuffix}` ? `${TPrefix}${CamelSpaces>}` : TString; export type InferEnum> = T[keyof T]; export declare const Enum: (...keys_0: T) => { [P in T[number] as Uncapitalize>>]: P; }; //# sourceMappingURL=enum.d.ts.map