import type { BacklogItem } from '../types.js'; export interface HeuristicSourceOptions { readonly repoPath: string; readonly repoName: string; readonly includeTodos?: boolean; } export declare function readHeuristicBacklog(options: HeuristicSourceOptions): Promise; //# sourceMappingURL=heuristic-source.d.ts.map