/**
* The base implementation of `keys` which doesn't treat sparse arrays as dense.
*
* @private
* @param object The object to query.
* @returns Returns the array of property names.
*/exportdeclarefunctionbaseKeys(object: any): string[];
exportdefault baseKeys;