import { Action } from '../action'; export declare class ServeAction extends Action { private baseDir; execute(): Promise; private readonly wsProtocolString; private createHttpsServerOptions; private createFlowHubManager; private createServer; private proxy; private proxyServer; private createChixRuntimeServer; private readonly websocketUrl; }