import type { Entrypoint } from '@modern-js/types'; import type { AppNormalizedConfig } from '../../types/index.js'; import type { AppToolsContext, AppToolsHooks } from '../../types/plugin.js'; export declare const getBundleEntry: (hooks: AppToolsHooks, appContext: AppToolsContext, config: AppNormalizedConfig) => Promise;