import { type AnyCaseNodeType, type CaseNodeFor, type AnyLeafOrStructure, AnyCaseMatcher } from '../entities/nodes/matchers/types';
export declare const inferMatcher: <T extends AnyCaseNodeType>(matcherOrData: AnyLeafOrStructure | CaseNodeFor<T>) => AnyCaseMatcher;
