import { PluginBase, SolanaWalletBase } from 'agentix';

declare class SolutiofiPlugin extends PluginBase<SolanaWalletBase> {
    constructor();
    supportsWallet(wallet: SolanaWalletBase): boolean;
}

export { SolutiofiPlugin as default };
