import type { PluginAPI } from '@modern-js/core';
import type { ModuleToolsHooks, ModuleContext } from '../types';
export declare const initModuleContext: (api: PluginAPI<ModuleToolsHooks>) => Promise<ModuleContext>;