import { UseAccountState } from "./useAccount"; import { AccountInfo as TokenAccountInfo } from "@solana/spl-token"; import { PublicKey } from "@solana/web3.js"; export declare function useTokenAccount(address: PublicKey | undefined | null): UseAccountState; //# sourceMappingURL=useTokenAccount.d.ts.map