import { RawBlock, Block, NumberLike } from '../interfaces'; export declare function toBlockNr(input: string | NumberLike): string; export declare function fromBlock(block: RawBlock): Block;