/** * @name objectKeys * @summary A version of Object.keys that is typed for TS */ export declare function objectKeys>(value: T): K[];