import { Connection, Keypair, PublicKey } from '@solana/web3.js'; import { AddressLabels } from '@metaplex-foundation/amman'; import { SafetyDepositSetup } from '../src/mpl-token-vault'; export declare function addTokenToVault(connection: Connection, payerPair: Keypair, vaultAuthorityPair: Keypair, vault: PublicKey, addressLabels: AddressLabels, tokenAmount?: number): Promise;