import { MatchableSource, MatchedSources } from "./types"; export declare function flexibleMatchSources(expected: T[], actual: T[]): MatchedSources;