declare const camelize: (str: string) => string;

export { camelize };
