export declare const DEFAULT_BOOTSTRAP_URL = "https://data.iana.org/rdap"; export declare const DEFAULT_CACHE_TTL = 3600; export declare const DEFAULT_CACHE_MAX_SIZE = 1000; export declare const BOOTSTRAP_CACHE_TTL = 86400000; export declare const DEFAULT_USER_AGENT = "RDAPify/0.1.7 (https://github.com/rdapify/rdapify)"; export declare const RDAP_CONTENT_TYPES: readonly ["application/rdap+json", "application/json"]; export declare const RDAP_OBJECT_CLASSES: readonly ["domain", "ip network", "autnum", "nameserver", "entity"]; export declare const BOOTSTRAP_TYPES: readonly ["dns", "ipv4", "ipv6", "asn"]; //# sourceMappingURL=rdap.constants.d.ts.map