import type { BlockInfo } from "@ledgerhq/coin-module-framework/api/index"; import type { ChainAPI } from "../network"; export declare function lastBlock(api: ChainAPI): Promise; //# sourceMappingURL=lastBlock.d.ts.map