export declare const camelCase: (text: string) => string; export declare const lowerFirst: (text: string) => string; export declare const upperFirst: (text: string) => string; export declare const uniq: (arr: any[]) => any[];