import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test({ from, size, getiterator, reverse, isEmpty, findFirst, empty, findFirstMap, findLast, findLastMap, first, last, forEach, }: Collection): void; export default test;