export declare const objectKeys: <TObject extends object>(object: TObject) => (keyof TObject)[];
export default objectKeys;
