/** * Calculates a digest ID of a given machine code. * @param hexCode Machine code to be calculated, as hex string. * @returns A string representing a hash ID of given contract */ export default function hashMachineCode(hexCode: string): string;