Version: 1.0.01.0.11.0.21.1.0-rc.01.1.01.1.12.0.02.1.02.2.02.2.12.3.02.4.02.5.02.6.0-beta2.6.02.7.02.7.13.0.03.1.03.1.13.1.23.1.33.1.43.1.53.2.03.2.13.2.23.2.43.2.53.2.63.2.73.3.03.4.03.4.13.4.23.5.03.5.13.5.23.5.33.5.43.5.53.6.03.6.13.6.33.7.0
declare module 'eslint-module-utils/hash.js' {
import type { Hash } from 'node:crypto'
export const hashObject: (object: object, hash?: Hash) => Hash
}