import { NodePath } from '@babel/core'; import * as t from '@babel/types'; import { PluginState } from '../types'; declare const _default: { TaggedTemplateExpression(path: NodePath, state: PluginState): void; }; export default _default;