import { webpack } from 'next/dist/compiled/webpack/webpack';
export declare function __overrideCssConfiguration(rootDirectory: string, supportedBrowsers: string[] | undefined, config: webpack.Configuration): Promise<void>;
