export declare class BitmapImageChannel {
    static ALPHA: number;
    static BLUE: number;
    static GREEN: number;
    static RED: number;
}
//# sourceMappingURL=BitmapImageChannel.d.ts.map