/** * Simplified camel casing function * just removes spaces and uppercase first letter when joining */ export declare function camelCase(str: string, splitAt?: string): string; //# sourceMappingURL=camelCase.d.ts.map