/// <reference types="bn.js" />
import * as anchor from '@project-serum/anchor';
import { PublicKey } from '@solana/web3.js';
export { Provider, Program } from '@project-serum/anchor';
export declare function topupConfig(programId: PublicKey, provider: anchor.Provider, admin: PublicKey, tokenMint: PublicKey, inputAmount: anchor.BN, sendTxn: any): Promise<void>;
