import babelCore from '@babel/core'; declare function getReplacers(babel: typeof babelCore): { asTag: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => void; asJSX: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => void; asFunction: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => void; asProgram: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => void; asImportCall: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => void; asImportDeclaration: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => void; asIdentifier: (path: babelCore.NodePath, fileOpts: babelCore.TransformOptions) => boolean | void; }; export { getReplacers };