import babel, { PluginObj } from '@babel/core';
export default function debugLabelPlugin({ types: t, }: typeof babel): PluginObj;
