import { BlockInfo } from "@ledgerhq/coin-module-framework/api/types";
/**
 * Get block info for a specific height
 * @param height - The block height (round number)
 * @returns Block info with height, hash, and time
 */
export declare function getBlockInfo(height: number): Promise<BlockInfo>;
//# sourceMappingURL=getBlockInfo.d.ts.map