import { PluginBase, SolanaWalletBase } from 'agentix';

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

export { MeteoraPlugin as default };
