import { Compiler, Stats } from 'webpack';
export declare function asyncCompile(compiler: Compiler): Promise<Stats>;
