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