/**
 * GPUShaderStage constants with fallbacks.
 */
export declare const WebGPUShaderStageConstants: GPUShaderStage;
/**
 * GPUBufferUsage constants with fallbacks.
 */
export declare const WebGPUBufferUsageConstants: GPUBufferUsage;
/**
 * GPUTextureUsage constants with fallbacks.
 */
export declare const WebGPUTextureUsageConstants: GPUTextureUsage;
