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