import { type COMBINE_MATCHERS_TYPE, type MatcherExecutor } from '../../entities/types';
export declare const AndCombinationMatcher: MatcherExecutor<typeof COMBINE_MATCHERS_TYPE>;
