declare module 'image-ssim' {
	import ImageSSIM = require('index');
	export = ImageSSIM;
}
