/// <reference types="@webgpu/types" />
import type { BLEND_MODES } from '../../shared/state/const';
export declare const GpuBlendModesToPixi: Partial<Record<BLEND_MODES, GPUBlendState>>;
