import type { InstanceState } from "../types.js"; export declare function getInstanceStateFile(agentId: string): string; export declare function loadInstanceState(agentId: string): Promise; export declare function saveInstanceState(agentId: string, state: Partial): Promise; export declare function getAgentInitRoot(agentId: string): string;