import { METxSigned } from './shared'; export declare const makeMEDelistTx: ({ tokenMint, tokenOwner, tokenAccount, priceLamports, apiKey, expiry, }: { tokenMint: string; tokenOwner: string; tokenAccount: string; priceLamports: string; apiKey: string; expiry?: number | undefined; }) => Promise; //# sourceMappingURL=delist.d.ts.map