export declare function getPartsOfSpeech(input: any): any; export declare function getPartsOfSpeechTags(input: any): any; export declare function getPartsOfSpeechWords(input: any): any; export declare function getPartsOfSpeechWordsWithTags(input: any): any; export declare function checkPOSEquivalancy(input: any, target: any): boolean; export declare function getPOSTagPairs(input: any, target: any): any[]; export declare function getPOSTransformations(input: any, target: any): string[];