import type { BlockInfo } from "@ledgerhq/coin-module-framework/api/index";
import type { CryptoCurrency } from "@ledgerhq/ledger-wallet-framework/types";
export declare function lastBlock(currency: CryptoCurrency): Promise<BlockInfo>;
//# sourceMappingURL=lastBlock.d.ts.map