export declare const stringUtils: { toCamel: any; toKebab: any; toSnake: any; toPascal: (s: string) => string; };