import { AnyCaseNodeType, CaseNodeFor } from '@contract-case/case-entities-internal';
import { MatcherExecutor } from '@contract-case/case-plugin-base';
type AllExecutors = {
    [T in AnyCaseNodeType]: MatcherExecutor<T, CaseNodeFor<T>>;
};
export declare const MatcherExecutors: AllExecutors;
export {};
//# sourceMappingURL=MatcherExecutors.d.ts.map