/** * PostgreSQL Resource - Document Store * * Lists JSONB document collections in the current database. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createDocstoreResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=docstore.d.ts.map