declare module 'video.js' { namespace videojs { interface Player { ima(options: any): this; } } }