export declare function camelToUnderscore(value: string, separator?: string): string; export declare function underscoreToCamel( value: string, lower?: boolean, separator?: string ): string;