export declare function interleave<T>(a: Iterable<T>, b: Iterable<T>): Iterable<T>;
//# sourceMappingURL=interleave.d.ts.map