import WebSocket from 'ws'; /** * this is to handle state streaming, this would be used for external * sevices to follow a job or node state */ export declare function wssStatusRoute(ws: WebSocket, _: string, { jobAddress }: { jobAddress: string; }): Promise;