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