import type { Compiler } from '@rspack/core'; export interface EntryPair { mainThread: string; background: string; } export declare function applyDefinesInjection(compiler: Compiler, entryPairs: EntryPair[], pluginName: string): void;