/** * Doc Route Handlers * * Implements docs-as-primitives endpoint handlers (DD-023). * Markdown-on-disk doc management with DB metadata, linking, and invariant sync. */ import { DocService } from "@jamesaphoenix/tx"; export declare const DocsLive: import("effect/Layer").Layer, never, DocService>; //# sourceMappingURL=docs.d.ts.map