/** * Start the remote executor server (DEV ONLY) */ export declare function startRemoteExecutorServer(port?: number): Promise; /** * Stop the remote executor server */ export declare function stopRemoteExecutorServer(): Promise; /** * Get the current server port */ export declare function getRemoteExecutorPort(): number | null; /** * Auto-start server if there are any registered executables */ export declare function autoStartRemoteExecutorIfNeeded(port?: number): void; //# sourceMappingURL=remote-executor.d.ts.map