/// import type { AccountInfo as TokenAccount } from "@solana/spl-token"; import type { Connection } from "@solana/web3.js"; import { PublicKey } from "@solana/web3.js"; export declare function parseTokenAccountData(data: Buffer): TokenAccount; export declare function getOwnedAssociatedTokenAccounts(connection: Connection, publicKey: PublicKey): Promise<(PublicKey | { publicKey: any; account: TokenAccount; } | undefined)[]>; //# sourceMappingURL=getOwnedAssociatedTokenAccounts.d.ts.map