/** * Shallow comparison utility for selector optimization * * Used by useNavigation hook to prevent unnecessary re-renders * when the selected value hasn't changed. * * @param a - First value * @param b - Second value * @returns true if values are shallowly equal */ export declare function shallow(a: T, b: T): boolean; //# sourceMappingURL=shallow.d.ts.map