import { BlockInfo } from "@ledgerhq/coin-module-framework/api/types";
/**
 * Get the last confirmed block info
 * @returns Block info with current round (height), hash, and time
 */
export declare function lastBlock(): Promise<BlockInfo>;
//# sourceMappingURL=lastBlock.d.ts.map