/** * Memory Route Handlers * * Implements memory document endpoint handlers for source management, * document CRUD, indexing, search, tags, properties, and links. */ import { MemoryService, MemoryRetrieverService } from "@jamesaphoenix/tx"; export declare const MemoryLive: import("effect/Layer").Layer, never, MemoryService | MemoryRetrieverService>; //# sourceMappingURL=memory.d.ts.map