import type { PluginItem } from '@babel/core';
export declare const getPluginKey: (plugin: PluginItem) => string | null;
