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