import type Database from 'better-sqlite3'; import type { CheckResult } from './types'; /** * Verify every SAD, AD, QA, or TC document has at least one outgoing * implemented_by relation to a Source Code (SRC) document. * Non-fixable — reports missing traceability only. */ export declare function sadAdQaTcToSrcCheck(db: Database.Database, sprintId?: string): CheckResult; //# sourceMappingURL=sad-ad-qa-tc-to-src-check.d.ts.map