declare function values(obj: any): any[];

export = values;
