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