import { Connection, PublicKey } from "@solana/web3.js"; /** * This function can be used to retrieve all the tokenized domains name * * @param connection The solana connection object to the RPC node * @returns */ export declare const retrieveNfts: (connection: Connection) => Promise;