import { Node, NodePath } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileSpecialMatcher(path: NodePath, name: string, params: NodePath, compileOptions: CompileOptions): CompiledMatcher | void;