/**
 * Remove undefined properties from an object
 * @param obj
 * @returns
 */
export declare function removeUndefinedProperties(obj: any): any;
