export declare const camel: (text: string) => string; export declare const constant: (text: string) => string; export declare const pascal: (text: string) => string; export declare const snake: (text: string) => string; export declare const kebab: (text: string) => string; //# sourceMappingURL=case.d.ts.map