import { PublicKey } from "@solana/web3.js"; export declare function useOwnedAmountOfNameForOwner(owner: PublicKey | undefined | null, handle: string | undefined | null, collective: PublicKey | null, tld: PublicKey | undefined): { amount: number | undefined; loading: boolean; }; //# sourceMappingURL=useOwnedAmountOfNameForOwner.d.ts.map