/** * Purify object, remove * @param obj * @returns {any} */ declare function purify(obj: any): any; export default purify;