export declare const decamelize: (str: string) => string; export declare const hyphenize: (str: string) => string; //# sourceMappingURL=case.d.ts.map