import { Stats } from 'webpack'; import { ConfigOptions } from './createConfig.js'; export declare function WebpackWatcher(props: ConfigOptions & { onChange?: (err?: null | Error, result?: Stats) => any; }): any;