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