import { ObjectProperty, NodePath } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileObjectPropertyMatcher(path: NodePath, compileOptions: CompileOptions): CompiledMatcher | void;