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