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