import { Cloud } from '../common/cloud'; export declare class WordCloud extends Cloud { private putWord; private getTextInfo; start(): Promise; }