import { Device } from './Device'; import { DeviceGPUOptions } from './webgpu'; import { DeviceGLOptions } from './webgl'; export declare function createDevice(options: DeviceGLOptions | DeviceGPUOptions): Device; //# sourceMappingURL=create.d.ts.map