export declare const getTxtWordList: (url: string, locale: string) => Promise<string[]>;
