import { Flashcard } from "../types.js";
export declare function calculateStatistics(flashcards: Flashcard[]): object;
