import { RuntimeStateManager } from './store/runtime-state-manager.js'; export interface RuntimeStateHandle { stateManager: RuntimeStateManager; close(): Promise; } export declare function createRuntimeStateHandle(opts: { workspaceDir: string; readonly?: boolean; }): Promise; //# sourceMappingURL=runtime-state-handle.d.ts.map