import type Database from 'better-sqlite3'; import type { CheckResult } from './types'; /** * Verify every US document has at least one outgoing fulfilled_by relation * to a Functional Requirement (FR) or Non-Functional Requirement (NFR). * Non-fixable — reports missing traceability only. */ export declare function usToFrNfrCheck(db: Database.Database, sprintId?: string): CheckResult; //# sourceMappingURL=us-to-fr-nfr-check.d.ts.map