/** * Health Resource * * Comprehensive database health status. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createHealthResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=health.d.ts.map