/** * https://simplestatistics.org/docs/#shuffle */ declare function shuffle(x: T, randomSource?: () => number): T; export default shuffle;