import { IPluginInfo } from "../types";
export declare const flattenPlugins: (plugins: Array<IPluginInfo>) => Array<IPluginInfo>;
