export declare const getSigner: (env: any, signerKey: string) => Promise; export declare const getTransaction: (signer: any, txHash: string) => Promise; export declare const getNewGasPrice: (env: any, signer: any, gasPrice?: string) => Promise; export declare const replaceTransactionIfNecessary: (env: any, signer: any, tx: any, txHash: string, gasPrice: any) => Promise; export declare const replaceTransaction: (env: any, signer: any, tx: any, gasPriceToUse: any) => Promise; //# sourceMappingURL=utils.d.ts.map