import type { NumberLike } from "../types";
/**
 * Modifies an account's nonce by overwriting it
 *
 * @param address The address whose nonce is to be changed
 * @param nonce The new nonce
 */
export declare function setNonce(address: string, nonce: NumberLike): Promise<void>;
//# sourceMappingURL=setNonce.d.ts.map