/** * Flow quality checks: structural integrity and coverage of generated flows. */ import type { IndexDatabase } from '../../../../db/database.js'; import type { CoverageCheckResult } from './verify-types.js'; /** * Check flow quality: structural integrity and coverage of generated flows. */ export declare function checkFlowQuality(db: IndexDatabase): CoverageCheckResult; //# sourceMappingURL=flow-checker.d.ts.map