import Config from '@winner-fed/bundler-webpack/compiled/webpack-5-chain';
import { Env, IConfig } from '../types';
interface IOpts {
    name?: string;
    config: Config;
    userConfig: IConfig;
    cwd: string;
    env: Env;
}
export declare function addForkTSCheckerPlugin(opts: IOpts): Promise<void>;
export {};
