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