import type { PluginGroup } from "../../types/toolOpts";
declare const pluginsGroup: PluginGroup[];
export default pluginsGroup;
