import Model from '../lib/model'; interface ArticleResult { media_id: string; url: string; item: any[]; } export declare class Article extends Model { title: string; thumbMediaId: string; author?: string; digest?: string; content: string; contentSourceUrl?: string; showCoverPic?: 0 | 1; needOpenComment?: 0 | 1; onlyFansCanComment?: 0 | 1; private static _create; private static uploadImage; private static prepareContent; static create(article: Article): Promise; static bulkCreate(articles: Article[]): Promise; } export {}; //# sourceMappingURL=article.d.ts.map