import { Post } from '../type'; declare function wrapTwitter(tweet: any): Post; export = wrapTwitter;