import { NonceManager } from '@ethersproject/experimental'; import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers'; import type { providers } from 'ethers'; export declare class NonceManagerWithAddress extends NonceManager { address: string; signerWithAddress: SignerWithAddress; constructor(signer: SignerWithAddress); connect(provider: providers.Provider): NonceManager; } //# sourceMappingURL=nonce.d.ts.map