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