import { PluginContext, PluginLifeCycle } from "../types/plugin.d";
declare const createPlugin: (defineLifeCycle: (context: PluginContext) => PluginLifeCycle) => (context: PluginContext) => PluginLifeCycle;
export default createPlugin;