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