declare const ORDERED_COMPILER_NAMES: import("../../shared/lib/constants").CompilerNameValues[];
export declare function webpackBuild(compilerNames?: typeof ORDERED_COMPILER_NAMES): Promise<any>;
export {};