export const DEVICE_TYPES: Readonly<{ cpu: "cpu"; gpu: "gpu"; wasm: "wasm"; webgpu: "webgpu"; }>; export type DeviceType = keyof typeof DEVICE_TYPES; //# sourceMappingURL=devices.d.ts.map