import { type Address } from "viem";
import type { KernelVersion } from "../toKernelSmartAccount.js";
export declare const getNonceKeyWithEncoding: (kernelVersion: KernelVersion<"0.6" | "0.7">, validatorAddress: Address, nonceKey?: bigint) => bigint;
//# sourceMappingURL=getNonceKey.d.ts.map