/** * Same as `Object.keys()` but with type inference * @param obj * @returns An array of the object's keys */ export declare function objectKeys(obj: Obj): Array;