import { IBuildContext } from "./types";
import { Stats } from "webpack";
export declare function recompile(context: IBuildContext): Promise<Stats>;
