import { Todo } from './model'; export declare function findAuthors(root: string, todos: Todo[], authorsByEmail: Record, ignoreUnresolvedAuthors?: boolean): Promise;