/** * This function can be used to retrieve the registration cost in USD of a domain * from its name * @param name - Domain name * @returns price */ export declare const getDomainPriceFromName: (name: string) => 160 | 20 | 750 | 700 | 640;