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