export declare const camelCase: { (...args: any[]): any; cache: Map<any, any>; }; export declare const kebabize: (str: string) => string; //# sourceMappingURL=string.d.ts.map