import { IEnumerable } from '../types'; export declare function asEnumerable(src: Iterable): IEnumerable; //# sourceMappingURL=asEnumerable.d.ts.map