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