import type { AnyLeafMatcher, MatchContext, CaseError } from '../../../../entities/types';
export declare const testExactMatch: (matcher: AnyLeafMatcher, matchContext: MatchContext, actual: unknown) => Array<CaseError>;
