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