import type Database from 'better-sqlite3'; import type { CheckResult } from './types'; /** * Detect relations where the inverse is missing. */ export declare function inverseConsistencyCheck(db: Database.Database, _sprintId?: string): CheckResult; //# sourceMappingURL=inverse-consistency-check.d.ts.map