import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test({ from, getAt, empty, findFirstIndex, findLastIndex, findIndex, forEachIndex, existAt, _getAt, }: Collection): void; export default test;