import { Collection } from "../src/Collection"; import { WithEquality } from "../src/Comparison"; /** * @hidden */ export declare function runTests(seqName: string, of: (...i: Array) => Collection, empty: () => Collection): void;