/** * Settings Resource * * Current PostgreSQL configuration settings with production defaults analysis. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createSettingsResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=settings.d.ts.map