import { MatchSetOptions } from './contracts'; export declare function matchSet(actual: Set, expected: Set, options: MatchSetOptions): boolean;