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