export type Entry = { wrong: string[]; correct: string; id: string; tags: string[]; exact?: boolean; }; export declare const loadDictionary: () => Entry[];