import { IPluginInfo, PluginRef } from "./types";
export declare function processPlugin(plugin: PluginRef, rootDir: string): IPluginInfo;
