import { PublicKey } from "@solana/web3.js"; export declare const useUserTokensWithMeta: (owner?: PublicKey, includeSol?: boolean) => { data: any[]; loading: boolean; error: Error | undefined; includeSol?: boolean; }; //# sourceMappingURL=useUserTokensWithMeta.d.ts.map