import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test({ from, size, empty, getiterator, head, tail, takeLeft, takeLeftWhile, takeLeftUntil, takeRight, skipLeft, skipLeftWhile, skipLeftUntil, skipRight, splitAt, spanLeft, clear, slice }: Collection): void; export default test;