import { PublicKey } from '@solana/web3.js'; export declare const getTokenAddress: (mintAddress: string, userPubKey: string) => Promise;