import { Message, BotConfig } from '../types'; export declare const postAdded: (Bot: any, message: Message, conf: BotConfig) => Promise;