import { PublicKey, Connection } from "@solana/web3.js"; export declare const retrieveNftOwnerV2: (connection: Connection, nameAccount: PublicKey) => Promise;