import { type GetAccountParameter, type SmartAccountSigner } from "@alchemy/aa-core"; import type { Chain, Client, Hex, Transport } from "viem"; import type { NaniAccount } from "./account"; export declare const transferOwnership: (client: Client, args: { newOwner: TSigner; waitForTxn?: boolean; } & GetAccountParameter) => Promise;