export declare const camelToKebab: (s: string) => string;
