import { 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 getThreshold(client: Client, args: GetPluginAddressParameter & GetAccountParameter): Promise;