declare const kebabToCamel: (word: string) => string; export default kebabToCamel; //# sourceMappingURL=kebab-to-camel.d.ts.map