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