export declare enum Provider {
    WASM = "wasm",
    WEBGL = "webgl"
}
