export declare function sanitizeForRegex(str: string): string;
export declare function toCamelCase(str: string): string;
