export default function interleaveArrays(a: any[], b: any[]): any[];