import type { Todo } from "./types"; export declare function getIncompleteCount(todos: Todo[]): number;