import * as Effect from "effect/Effect"; import * as Layer from "effect/Layer"; import type { ResourceState } from "./ResourceState.ts"; import { State } from "./State.ts"; type StackId = string; type StageId = string; type Fqn = string; export declare const inMemoryState: (initialState?: Record>>, initialOutputs?: Record>) => Layer.Layer; export declare const InMemoryService: (state?: Record>>, outputs?: Record>) => Effect.Effect; export {}; //# sourceMappingURL=InMemoryState.d.ts.map