export { MorphologyEngine } from './engine'; export { WordFormGenerator } from './wordFormGenerator'; export { TDSnapLexiconParser } from './tdsnapLexiconParser'; export type { MorphRuleSet, MorphRule, MorphWordForms, AstericsWordForm, VerbFormWithConditions, Grid3VerbFormsDetailed, } from './types'; export type { Grid3VerbForms } from './grid3VerbsParser'; export type { TDSnapLexiconData, TDSnapLexiconEntry, TDSnapLexiconForm, } from './tdsnapLexiconParser';