/** * Emits `console.error` if two subsequent values of `jsonSerializable` serialize * to the same thing but are different references. * * This hook does NOT run in production. */ declare const useDevCheckStable: (jsonSerializable: unknown, msg?: string) => void; export { useDevCheckStable };