declare const SETUP: unique symbol; declare module 'three' { interface ShaderLibShader { [SETUP]?: boolean; } } export declare function setupMaterialsForGeometryPass(): void; export {};