import { Context } from '@reactant/types';
import { Hook, Plugin } from '@oclif/config';
export declare function createDynamicPlugin(hookContext: Hook.Context, commandName: string, context: Context): Plugin;
declare const hook: Hook<'init'>;
export default hook;