import type { Block } from "@ledgerhq/coin-module-framework/api/types";
export declare function getBlock(height: number): Promise<Block>;
//# sourceMappingURL=getBlock.d.ts.map