import { Dictionary } from './dictionary'; export declare function train(text: string, existingDictionary?: Dictionary): Dictionary;