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