export declare const MMDB_ENDPOINT = "https://mmdb.posthog.net/"; export declare const MMDB_ATTACHMENT_KEY = "@posthog/mmdb"; export declare const MMDB_STALE_AGE_DAYS = 45; export declare const MMDB_STATUS_REDIS_KEY = "@posthog-plugin-server/mmdb-status"; export declare const MMDB_INTERNAL_SERVER_TIMEOUT_SECONDS = 10; export declare enum MMDBRequestStatus { TimedOut = "Internal MMDB server connection timed out!", ServiceUnavailable = "IP location capabilities are not available in this PostHog instance!", OK = "OK" }