import { Service } from '../common'; export declare class BlockService extends Service { getCurrentBlockNumber(): Promise; }