import type { Configuration } from 'webpack'; export declare function addWebpackConfig(config: Configuration, { preact, development }?: { preact?: boolean | undefined; development?: boolean | undefined; }): Configuration;