import { Compiler, Stats } from 'webpack'; export default function registerReadyCallback(compiler: Compiler, cb: (err: Error, stats: Stats) => void): void;