import type { ShaderStage } from '../../types.ts';
export declare const shaderStageSlot: import("./slotTypes.ts").TgpuSlot<ShaderStage | null>;
