import type { Block } from '../index.ts';
/**
 * Returns the canonical difficulty for this block.
 *
 * @param parentBlock - the parent of this `Block`
 */
export declare function ethashCanonicalDifficulty(block: Block, parentBlock: Block): bigint;
//# sourceMappingURL=ethash.d.ts.map