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