import { METxSigned } from './shared'; import Big from 'big.js'; export declare const makeMEListTx: ({ tokenMint, tokenOwner, priceLamports, apiKey, }: { tokenMint: string; tokenOwner: string; priceLamports: Big; apiKey: string; }) => Promise; //# sourceMappingURL=list.d.ts.map