export function thesaurus(
    word: any,
    language?: string,
    dictionaries?: string[],
): Promise<any>;
//# sourceMappingURL=index.d.ts.map
