/** Converts the keys of an object to kebab case. */ export declare const objectKeysToKebabCase: (object?: Record) => Record; export declare const objectKeysToCamelCase: (object?: Record) => Record; export declare function toKebabCase(str: string): string; export declare function toCamelCase(input: string): string; //# sourceMappingURL=utils.d.ts.map