declare function pairs(obj: any): Array<any[]>;

export = pairs;
