import type { Chain, Client, Hash, Prettify, Transport } from "viem"; import { type SendUserOperationParameters, type SmartAccount } from "viem/account-abstraction"; import type { KERNEL_VERSION_TYPE } from "../../types/kernel.js"; export type UpgradeKernelParameters = Prettify> & { kernelVersion: KERNEL_VERSION_TYPE; }>; export declare function upgradeKernel(client: Client, args: Prettify>): Promise; //# sourceMappingURL=upgradeKernel.d.ts.map