import { type BaseData } from '../../data/wgslTypes.ts';
import type { ColorAttachment } from '../commandEncoder/attachments.ts';
import type { AnyFragmentColorAttachment } from './renderPipeline.ts';
export declare function connectAttachmentToShader(fragmentOut: BaseData, attachment: AnyFragmentColorAttachment): ColorAttachment[];
