import { VariableDeclarator, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileVariableDeclaratorReplacement(path: NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement | void;