import * as beet from '@metaplex-foundation/beet';
import * as web3 from '@solana/web3.js';
export declare type TokenPayment = {
    amount: beet.bignum;
    mint: web3.PublicKey;
    destinationAta: web3.PublicKey;
};
export declare const tokenPaymentBeet: beet.BeetArgsStruct<TokenPayment>;
