import type Database from 'better-sqlite3'; import type { CheckResult } from './types'; /** * Verify every FS or NFS document has at least one outgoing verified_by relation * to a Test Suite (TS) document. * Non-fixable — reports missing traceability only. */ export declare function fsNfsToTsCheck(db: Database.Database, sprintId?: string): CheckResult; //# sourceMappingURL=fs-nfs-to-ts-check.d.ts.map