import type { RuntimeModule } from '@rspack/core'; type StartupEntrypointRuntimeModule = new (asyncChunkLoading: boolean) => RuntimeModule; export declare function createStartupEntrypointRuntimeModule(webpack: typeof import('@rspack/core').rspack): StartupEntrypointRuntimeModule; export {};