import type { DaemonInstallOptions } from "./types.js"; export declare function runDaemonInstall(opts: DaemonInstallOptions): Promise;