import type Database from 'better-sqlite3'; import type { ValidationIssue } from '../models/validation'; /** * Check that tasks in each state have the expected context fields populated. * Missing fields generate warning-level issues (not hard errors). */ export declare function checkRequiredFields(db: Database.Database, sprintId?: string): ValidationIssue[]; //# sourceMappingURL=state-field-checker.d.ts.map