import * as web3 from "@solana/web3.js"; import BN from "bn.js"; export declare const createWithdrawAndBurnWrapperTokensInstruction: (userAuthority: web3.PublicKey, userToken2022TokenAccount: web3.PublicKey, token2022Mint: web3.PublicKey, amount: number | BN) => Promise;