import type { DataModel } from "../../resources"; import type { Process } from "../../process"; /** * Issue web3 requests to retrieve block hashes for a given list of heights. */ export declare function process(options: { block: { hash?: string; height: Height; }; settings?: { skipComplete?: boolean; }; }): Process;