import { MatchArraySetOptions } from './contracts'; import { MatchResult, MatchResult2 } from "../../../types"; export declare function matchArraySetSimple(actual: T[], expected: T[], isMatcher: (value: any) => boolean, match: (actual: T, expected: T) => MatchResult, options: MatchArraySetOptions): MatchResult2;