import type { MatchContext } from '../../entities/context/types';
import type { CaseExample } from '../../entities/contract/types';
export declare const handleResult: (example: CaseExample, exampleIndex: string, context: MatchContext) => void;
