import * as web3 from '@solana/web3.js'; import * as beet from '@metaplex-foundation/beet'; export declare type NftBurn = { requiredCollection: web3.PublicKey; }; export declare const nftBurnBeet: beet.BeetArgsStruct;