export declare const makeChainAccessor: (type: string, name: string, args: string[], from: string, to: string, rest?: number, length?: number) => string; export declare const chainTo: (from: import("../...d.mts").ShaderModule, to: import("../...d.mts").ShaderModule) => import("../...d.mts").ParsedBundle;