export declare function parseWikipediaArticle(articleName: string, language: string): Promise<string[]>;
