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