export declare class WeChat {
    private bot;
    constructor(bot: any);
    send(message: any, filter: any): Promise<{}>;
    uploadNews(token: any, articles: any): Promise<any>;
    sendRequest(token: any, payload: any): Promise<{}>;
}
