export declare const makeDiffAccessor: (name: string, accessor: string, sizers: (string | null)[], args: string[], type: string, offsets: (number | string | null)[]) => string; export declare const diffBy: (source: import("../...d.mts").ShaderModule, offset: null | number | string | (null | number | string)[], size: null | import("../...d.mts").ShaderModule | (null | import("../...d.mts").ShaderModule)[]) => import("../...d.mts").ParsedBundle;