import { Stats } from 'webpack'; type WebpackCallback = (error?: Error | null, stats?: Stats) => void; export declare const createWebpackCallback: (exit: boolean) => WebpackCallback; export {};