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