import type { Device, Deviceish } from "./device"; export declare function discoverWebGPUDevicesAsync(): Promise; export declare function getDevice(device: Deviceish | null | undefined): Device;