import type { DaemonStatusReadSnapshot } from "./daemon-status-model.js"; export interface ReadDaemonStatusOptions { readonly cwd: string; readonly socketPath?: string | undefined; } export declare function readDaemonStatusSnapshot(options: ReadDaemonStatusOptions): Promise; //# sourceMappingURL=daemon-status.d.ts.map