import { Todo } from './model'; export declare function scanForTodos(root: string, files: string[]): Promise;