import { Connection } from "@solana/web3.js"; /** * This function can be used to retrieve the DOGE record of a domain name * @param connection The Solana RPC connection object * @param domain The .sol domain name * @returns */ export declare const getDogeRecord: (connection: Connection, domain: string) => Promise;