import { Connection, Keypair, PublicKey } from '@solana/web3.js'; export declare function deposit(connection: Connection, payerKeypair: Keypair, marketAddress: PublicKey, mint: PublicKey, amountTokens: number): Promise; //# sourceMappingURL=deposit.d.ts.map