import type { Compiler } from 'webpack'; export declare class GlobalCompilerServer { readonly compiler: Compiler; private watching; constructor(compiler: Compiler); start(): Promise; recompile(): Promise; }