/** * Detects when an item value changes due to a calculatedExpression. * Returns true for ~700ms whenever the calculated value updates. * * Ignores the initial mount (so it won't re-animate when the user switch between tabs). */ export declare function useCalculatedExpressionUpdated(answerKey: string | undefined, answerSnapshot?: string | undefined): boolean;