/** * Throws `error` if `value` ever differs from its initial render value. * Equality is checked with `!==` (reference equality), so a freshly built * object with the same shape as the previous one will trigger a throw. */ export declare function useAssertValueDoesNotChange(value: T, error: string): void; //# sourceMappingURL=useAssertValueDoesNotChange.d.ts.map