import { LoadPluginFunc, PluginOptions } from '../types/plugin';
export declare function definePlugin(options: PluginOptions): LoadPluginFunc;
