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