export declare const capitalize: (word: string) => string;
export declare const camelCase: (text: string) => string;
