import { Connection, PublicKey } from '@solana/web3.js'; export declare class TokenAccount { publicKey: PublicKey; mint: PublicKey; owner: PublicKey; amount: number; constructor(publicKey: PublicKey, decoded: any); } export declare function getTokenAccountsByOwnerWithWrappedSol(connection: Connection, owner: PublicKey): Promise; export declare function findLargestTokenAccountForOwner(connection: Connection, owner: PublicKey, mint: PublicKey): Promise; //# sourceMappingURL=token.d.ts.map