declare const cartesianProductOf: (arrayOne: any[], arrayTwo: any[]) => any[][]; export { cartesianProductOf };