export declare const isValidCamelCase: (str: string) => boolean;
export default isValidCamelCase;
