declare function combinate>(obj: O): { [k in keyof O]: O[k][number]; }[]; export default combinate;