import { BlockHash, BlockType } from '../eth'; export declare function inputBlockNumberFormatter(block: BlockType | BlockHash | undefined): string | undefined;