//#region src/hooks/core/timelineSnapshotEqual.d.ts /** Compares scalar or shallow collection snapshots without allocating another value. */ declare function shallowEqual(previous: Value, next: Value): boolean; //#endregion export { shallowEqual }; //# sourceMappingURL=timelineSnapshotEqual.d.mts.map