/** Reload a LIVE node's credentials over its view.sock. Connects as an OBSERVER * (hello only — NO request_control, so an attached human keeps control through * the fan; the broker's reload_auth handler is open to any client), sends * `reload_auth`, and resolves on its ack. Rejects on the broker's `error` frame, * connect failure, a premature close, or timeout — the caller (the daemon fan) * isolates each broker so one failure never aborts the rest. */ export declare function reloadAuthLive(nodeId: string): Promise;