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