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; } export declare function addDependenceCssModulesDetector(opts: IOpts): Promise; export {};