export declare enum TargetImageFormats { PNG = "image/png", JPG = "image/jpeg", BMP = "image/bmp" }