import { type Compiler } from '@rspack/core';
export declare class AddDependencies {
    private readonly dependencyList;
    constructor(dependencyList: string[]);
    apply(compiler: Compiler): void;
}
