import { gsap as defaultGsap } from 'gsap'; /** * Replace the gsap instance the engine drives. Call this BEFORE * `ReelSetBuilder.build()` (the builder does this for you when you call * `.gsap(instance)`). * * Process-global: there's only one bound instance at a time. If you * build several ReelSets with different gsap instances, the last * `setGsap` call wins. */ export declare function setGsap(g: typeof defaultGsap): void; /** The currently-bound gsap instance. */ export declare function getGsap(): typeof defaultGsap; //# sourceMappingURL=gsapRef.d.ts.map