/** * https://simplestatistics.org/docs/#permutationsheap */ declare function permutationsHeap( elements: T ): T[] export default permutationsHeap;