/**
 * The workspace's flat backlog file: the root `TODO_AGENTS.md`, or `undefined` when it does not
 * exist. The pre-#682 spellings (`TODO-DRIVERS.md`, `tickets/TODO.md`, root `TODO.md`) are no
 * longer read — one convention, one location.
 */
export declare function findFlatTodo(cwd: string): Promise<string | undefined>;
//# sourceMappingURL=tickets-file.d.ts.map