import type { EthereumProvider } from "hardhat/types/providers"; export declare function dropTransaction(provider: EthereumProvider, txHash: string): Promise; //# sourceMappingURL=drop-transaction.d.ts.map