import { IEnumerable, IEnumerableFactory, FlatIterable } from '../../types'; export declare function applyFlatten(factory: IEnumerableFactory, src: Iterable, depth?: Depth): IEnumerable, Depth>>; //# sourceMappingURL=applyFlatten.d.ts.map