export declare function cacheStringFunction(fn: Function): (str: string) => any; export declare const camelize: (str: string) => any; export declare const hyphenate: (str: string) => any; export declare const capitalize: (str: string) => any;