import { MatchedSources } from "../../matching"; import { SourceEntry } from "../../types"; export declare function validateMatchedFidelitySources(matchedSources: MatchedSources): void;