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