import { Connection } from "@solana/web3.js"; /** * This function can be used to retrieve all the registered `.sol` domains. * The account data is sliced to avoid enormous payload and only the owner is returned * @param connection The Solana RPC connection object * @returns */ export declare const getAllRegisteredDomains: (connection: Connection) => Promise;