/** * Removes empty values of an object * @param obj source of object */ export declare const removeEmptyValues: (obj: any) => any;