import * as anchor from '@project-serum/anchor';
import { PublicKey } from '@solana/web3.js';
export { Provider, Program } from '@project-serum/anchor';
export declare function updateConnection(programId: PublicKey, provider: anchor.Provider, userPubkey: PublicKey, communityPool: PublicKey, fractionMint: PublicKey, fusion: PublicKey, sendTxn: any): Promise<void>;
