export declare class Context3DBufferUsage extends Object {
    static STATIC_DRAW: string;
    static DYNAMIC_DRAW: string;
    constructor();
}
