/** Contains a list of hashtags */ export declare class HashtagsBaseModel { _: 'hashtags'; /** A list of hashtags */ hashtags: string[]; }