import { SolletWalletAdapter } from '@solana/wallet-adapter-sollet';
import type { Transaction } from '@solana/web3.js';
export declare class SolflareAdapter extends SolletWalletAdapter {
    signAllTransactions: (txs: Transaction[]) => Promise<Transaction[]>;
}
