type AnyObject = Record; declare global { interface AnyGPUAdapter extends AnyObject { requestDevice(descriptor?: AnyObject): Promise; __runmatShimmed?: boolean; } } export declare function installWebGpuCompatibilityShims(): void; declare function patchDeviceDescriptor(descriptor?: AnyObject): AnyObject | undefined; export declare const __internals: { patchDeviceDescriptor: typeof patchDeviceDescriptor; }; export {}; //# sourceMappingURL=webgpu-shims.d.ts.map