import type { AccountInfo as TokenAccount } from "@solana/spl-token"; import type { PublicKey } from "@solana/web3.js"; export declare function useOwnedTokenAccount(mint?: PublicKey): { publicKey: PublicKey; account: TokenAccount; } | null | undefined; //# sourceMappingURL=useOwnedTokenAccount.d.ts.map