/**
 * GPUShaderStage constants with fallbacks.
 */
export declare const WebGPUShaderStageConstants: Record<string, number>;
/**
 * GPUBufferUsage constants with fallbacks.
 */
export declare const WebGPUBufferUsageConstants: Record<string, number>;
/**
 * GPUTextureUsage constants with fallbacks.
 */
export declare const WebGPUTextureUsageConstants: Record<string, number>;
