import type { KebabToCamel } from '../types'; /** Converts kebab-case string to camelCase. */ declare const kebabToCamel: (str: S) => KebabToCamel; export default kebabToCamel; //# sourceMappingURL=kebabToCamel.d.ts.map