import { IPlugin } from '../../types';
declare const pluginHandler: IPlugin;
export default pluginHandler;
