import { NodePath, PluginObj, PluginPass } from "@babel/core"; export declare function processReferencePaths(referencePaths: NodePath[], state: PluginPass): void; export declare function babelPlugin(): PluginObj;