export declare class TransactionRetry { private readonly _env; constructor(hre: any); retry(txHash: string, signerKey: string, gasPrice?: string): Promise; gasCost(): Promise; } //# sourceMappingURL=TransactionRetry.d.ts.map