import type { BlockchainType } from '../types/publicTypes'; declare type TldsMeta = Record; export default class Tlds { private static supportedTlds; private static tldsMeta; private static loadSupportedTldsData; static getSupportedTlds(): Promise>; static getTldsMeta(): Promise>; } export {};