import { Network } from '../../constants'; interface GetBlockHeightArgs { network: Network; } export declare function getBlockHeight({ network }: GetBlockHeightArgs): Promise; export {}; //# sourceMappingURL=getBlockHeight.d.ts.map