import Config from '@umijs/bundler-webpack/compiled/webpack-5-chain';
interface IOpts {
    config: Config;
}
export declare function addHarmonyLinkingErrorPlugin(opts: IOpts): Promise<void>;
export {};
