export declare function toHex(n: number): string; export declare function fromHex(hexString: string): number; export declare function formatBlock(block: string | number): string;