import { FireblocksSDK, TransactionResponse } from 'fireblocks-sdk'; export declare const waitForTxInfo: (fireblocks: FireblocksSDK, txId: string, retryDelay?: number, timeoutMs?: number) => Promise;