import type { PublicKey } from '@solana/web3.js';
declare const solana: {
    findAssociatedTokenAddress(walletAddress: string, tokenMintAddress: string): Promise<PublicKey>;
};
export default solana;
