import type { Block, BlockInfo } from "@ledgerhq/coin-module-framework/api/index";
export declare function getBlockInfo(height: number): Promise<BlockInfo>;
export declare function getBlock(height: number): Promise<Block>;
//# sourceMappingURL=getBlock.d.ts.map