import { UniformAttribute } from '../../types.d.cts'; export declare const makeExplodeAccessor: (ns: string, name: string, arg: string, source: string, fields: UniformAttribute[]) => string; export declare const explode: (struct: import("../...d.cts").ShaderModule, source: import("../...d.cts").ShaderModule) => import("../...d.cts").ParsedBundle;