export declare function toSnakeCase(object: any, exceptions?: string[]): any;
export declare function toCamelCase(object: any, exceptions?: string[]): any;
export declare function camelToWords(str: string): string;
