import { Node, NodePath } from '../types'; import { CompiledMatcher, CompileOptions } from './index'; export default function compileGenericNodeMatcher(path: NodePath, compileOptions: CompileOptions, options?: { keyMatchers?: Record; }): CompiledMatcher;