/** Same as Object.keys() but with type inference */ export declare function objectKeys(obj: T): (keyof T)[];