import type { NodePath, types } from '@babel/core';
import type { CorePluginState } from '../types';
declare type TransformerTWX = (paths: NodePath<types.Node>[], state: CorePluginState, t: typeof types) => void;
export default function getTransformerTWX(configPath: string): TransformerTWX;
export {};
