import type { StateAdapter, StateValue } from '@ankhorage/contracts'; export interface RuntimeMemoryStateAdapterOptions { readonly initialState?: Readonly>; } export declare function createRuntimeMemoryStateAdapter(options?: RuntimeMemoryStateAdapterOptions): StateAdapter; //# sourceMappingURL=runtimeStateAdapter.d.ts.map