import { PublicKey } from "@solana/web3.js"; /** * Get all token accounts associated with this wallet * @param owner * @returns */ export declare const useWalletTokenAccounts: (owner?: PublicKey) => import("react-async-hook").UseAsyncReturn; //# sourceMappingURL=useWalletTokenAccounts.d.ts.map