import { Connection, PublicKey } from "@solana/web3.js"; /** * This function can be used to retrieve all domain names owned by `wallet` * @param connection The Solana RPC connection object * @param wallet The wallet you want to search domain names for * @returns */ export declare function getAllDomains(connection: Connection, wallet: PublicKey): Promise;