import type { NRPluginConfig } from './config'; declare function createPlugin( config?: NRPluginConfig ): T; export = createPlugin;