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