import type { YaraMatch, Verdict } from './types';
export declare function mapMatchesToVerdict(matches?: YaraMatch[]): Verdict;
