/** Object.keys() with types */ export declare function objectKeys>(o: T): (keyof T)[];