import type { Web3Client } from '../clients/Web3Client'; export declare namespace $block { function getDate(block: { timestamp: string | number; }): Date; function ensureNumber(mix: number | Date, client: Web3Client): Promise; }