interface GetBlockHeightArgs { network: string; } export declare function getBlockHeight(data: GetBlockHeightArgs): Promise; export {}; //# sourceMappingURL=getBlockHeight.d.ts.map