import Config from '@winner-fed/bundler-webpack/compiled/webpack-5-chain';
import { IConfig } from '../types';
interface IOpts {
    userConfig: IConfig;
    config: Config;
    cwd: string;
    extraBabelIncludes: Array<string | RegExp>;
}
export declare function addDependenceCssModulesDetector(opts: IOpts): Promise<void>;
export {};
