import { Connection, Keypair, PublicKey } from '@solana/web3.js'; import { AddressLabels } from '@metaplex-foundation/amman'; export declare function addTokenToVaultTwoTransactions(connection: Connection, payerPair: Keypair, vaultAuthorityPair: Keypair, vault: PublicKey, addressLabels: AddressLabels): Promise;