export declare const toCamelCase: (e: string) => string; export declare const toSnakeCase: (e: string) => string;