declare const ObjectValues: { (o: { [s: string]: T; } | ArrayLike): T[]; (o: {}): any[]; }; export = ObjectValues;