import type { JsModule } from "@rspack/binding"; export interface NormalizedJsModule extends JsModule { identifier: () => string; } export declare function normalizeJsModule(m: JsModule): NormalizedJsModule;