export declare const CAMELIZE_REG: RegExp; export declare const camelize: (str: string) => string;