import { Options } from '../Collection'; import { URIS } from 'fp-ts/HKT'; declare function test(a: Options, option: { immutable: boolean; }): void; export default test;