import InfoAttr from "./InfoAttr"; export default class HashFullInfoAttr extends InfoAttr { /** The occupancy of hash entries used. */ readonly hashFull: number; constructor( /** The occupancy of hash entries used. */ hashFull: number); }