import type Database from 'better-sqlite3'; import type { CheckResult } from './types'; /** * Detect documents that have zero relations in the graph. * Optionally sprint-scoped when sprintId is provided. * Non-fixable — reports only. */ export declare function orphanDocumentsCheck(db: Database.Database, sprintId?: string): CheckResult; //# sourceMappingURL=orphan-documents-check.d.ts.map