export declare enum ContextGLClearMask {
    COLOR = 1,
    DEPTH = 2,
    STENCIL = 4,
    ALL = 7
}
//# sourceMappingURL=ContextGLClearMask.d.ts.map