import { MatcherExecutor, ARRAY_LENGTH_MATCHER_TYPE } from '../../entities/types';
export declare const ArrayLengthExecutor: MatcherExecutor<typeof ARRAY_LENGTH_MATCHER_TYPE>;
