/** * @enum BitmapType */ export declare const enum BitmapType { UNKNOWN = 0, IMAGE = 1, VIDEO = 2, CANVAS = 3, }