import type { DaemonState } from "./types.js"; export declare function loadState(): DaemonState; export declare function saveState(state: DaemonState): void;