import { Collection } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test({ from, _deleteAt, _insertAt, _getAt, difference, _setAt, slice }: Collection, { immutable }: { immutable: boolean; }): void; export default test;