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