import { Flashcard, UIConfig } from "../types.js";
export declare function prepareFlashcards(cards: any, config: UIConfig): Flashcard[];
