import { WebpackConfig } from '../common/types';
export declare function getToastConfig(isMinify: boolean): WebpackConfig;
