import type { NumberLike } from "../../../types.js"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function setNonce(provider: EthereumProvider, address: string, nonce: NumberLike): Promise; //# sourceMappingURL=set-nonce.d.ts.map