import type { FnState } from "./runtime-state.ts"; export declare class FunctionRuntimeStore { private directory; private dirHash; private _lock; constructor(directory: string); private statePath; private toFile; save(states: Map>): Promise; private _doSave; saveSync(states: Map>): void; load(): Map> | null; } //# sourceMappingURL=runtime-store.d.ts.map