interface GetBlockHashInput { height: number; network: string; } export declare function getBlockHash(data: GetBlockHashInput): Promise; export {}; //# sourceMappingURL=getBlockHash.d.ts.map