import Big from 'big.js'; import { METxSigned } from './shared'; export declare const makeMEDepositWithdrawTx: (action: 'deposit' | 'withdraw', { owner, amountLamports, apiKey, }: { owner: string; amountLamports: Big; apiKey: string; }) => Promise; //# sourceMappingURL=fund.d.ts.map