/** * Database Health Check Prompt * * Comprehensive health assessment workflow for PostgreSQL databases. */ import type { PromptDefinition } from "../../../types/index.js"; export declare function createDatabaseHealthCheckPrompt(): PromptDefinition; //# sourceMappingURL=health.d.ts.map