//#region src/pipeline/_instanceEventUpdateBeforePatch.d.ts /** @internal Exported so the installed Three runtime artifact can guard this fingerprint in CI. */ declare function matchesInstanceBufferSyncCallbackSource(callbackSource: string): boolean; declare function installInstanceEventUpdateBeforePatch(): void; //#endregion export { installInstanceEventUpdateBeforePatch, matchesInstanceBufferSyncCallbackSource }; //# sourceMappingURL=_instanceEventUpdateBeforePatch.d.ts.map