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