import { Configuration } from 'webpack';
/**
 * sourceMap source file does not exist #325
 * https://github.com/kktjs/kkt/issues/325
 */
export declare function loadSourceMapWarnning(conf: Configuration): Configuration;
