import type { TransactionInstruction } from '@solana/web3.js'; import { PublicKey } from '@solana/web3.js'; import type { UniversalAddress } from '@wormhole-foundation/sdk-connect'; export declare function createDepositForBurnInstruction(messageTransmitterProgramId: PublicKey, tokenMessengerProgramId: PublicKey, tokenMint: PublicKey, destinationDomain: number, senderAddress: PublicKey, senderAssociatedTokenAccountAddress: PublicKey, recipient: UniversalAddress, amount: bigint, messageSendEventData: PublicKey): Promise; //# sourceMappingURL=depositForBurn.d.ts.map