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