import { IEnumerable, IEnumerableFactory } from '../../types'; export declare function applyInterweave(factory: IEnumerableFactory, src: Iterable, collections: Iterable[]): IEnumerable; //# sourceMappingURL=applyInterweave.d.ts.map