import { Block } from "../src";
export declare function getBlock(blockHeight: number): Promise<Block>;
