/** * Three.js r186 provider-hook seam. The release carries #32551, #34068 and #34069, * so only the #34070 provider, the GLSL label sibling and compile batching stay local, * plus #34609: a release regression fix that is still open upstream. */ import { type ThreeReleaseLane } from './shared.cjs'; export declare const THREE_BLOCKS_THREE_R186_HOOK_TRANSFORM_VERSION: "r186-provider-v2"; export declare const THREE_R186_LANE: ThreeReleaseLane;