/** * Install the agent as a systemd service (Linux, root). Mirrors web/install — the * shell installer served from the relay — but installs the LOCALLY running CLI as * the service binary instead of downloading the signed standalone binary. */ export declare function cmdInstall(opts: { server?: string; }): Promise;