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