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