export default class Compiler { static compile(input_dir: string, build_dir: string, output_file: string): Promise; private static webpack; }