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