import { Message, ResponseError, Server as _Server } from '../messenger/index.js'; import { ClusterAnalytics, ServerOptions } from './interfaces.js'; export declare class Server extends _Server { private clusterAnalytics; constructor(opts: ServerOptions); start(): Promise; sendExecutionPause(exId: string): Promise; sendExecutionResume(exId: string): Promise; sendExecutionLogLevel(exId: string, level: string): Promise; sendExecutionAnalyticsRequest(exId: string): Promise; getClusterAnalytics(): ClusterAnalytics; onExecutionFinished(fn: (clientId: string, error?: ResponseError) => void): void; private onConnection; } //# sourceMappingURL=server.d.ts.map