import { InstagramResponse } from './instagram.response'; export declare class ImageVersionResponse extends InstagramResponse { width: number; height: number; url: string; }