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