importtype { Block } from'../index.ts';
/**
* Returns the canonical difficulty for this block.
*
* @paramparentBlock - the parent of this `Block`
*/exportdeclarefunctionethashCanonicalDifficulty(block: Block, parentBlock: Block): bigint;
//# sourceMappingURL=ethash.d.ts.map