import { type Address, type GetAccountParameter, type SmartContractAccount } from "@alchemy/aa-core"; import { type Chain, type Client, type Transport } from "viem"; import type { GetPluginAddressParameter } from "../../types.js"; export declare function isOwnerOf(client: Client, args: { address: Address; } & GetPluginAddressParameter & GetAccountParameter): Promise;