import type { RuntimeModule } from '@rspack/core'; type CssChunkLoadingRuntimeModule = new (runtimeRequirements: Set) => RuntimeModule; export declare function createCssChunkLoadingRuntimeModule(webpack: typeof import('@rspack/core').rspack): CssChunkLoadingRuntimeModule; export {};