import type { ProjectorStore } from "../interfaces"; import type { State } from "../types"; /** * @category Adapters * @remarks In-memory projector store */ export declare const InMemoryProjectorStore: () => ProjectorStore; //# sourceMappingURL=InMemoryProjectorStore.d.ts.map