import { type AnyCaseNodeType, type MatcherExecutor } from '../entities/types';
export declare const MatcherExecutors: {
    [T in AnyCaseNodeType]: MatcherExecutor<T>;
};
