declare const ObjectKeys: { (o: object): string[]; (o: {}): string[]; }; export = ObjectKeys;