exportdefault getSymbolsIn;
/**
* Creates an array of the own and inherited enumerable symbols of `object`.
*
* @private
* @param {Object} object The object to query.
* @returns {Array} Returns the array of symbols.
*/declarefunctiongetSymbolsIn(object: any): any[];