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