export type ArchivedMmaMatchup = {
    home_team: string;
    away_team: string;
};
export type UfcFightRow = {
    fighter1Name: string | null;
    fighter2Name: string | null;
    eventName?: string | null;
};
export declare function shouldVoidArchivedMmaMatchup(archive: ArchivedMmaMatchup, fights: UfcFightRow[]): boolean;
//# sourceMappingURL=mma-archive-validation.d.ts.map