export declare const MINEHUT_API_BASE = "https://api.minehut.com"; export declare const MINEHUT_DEV_API_BASE = "https://api.dev.minehut.com"; export declare const MINEHUT_ICON_IMAGES = "https://minehut-server-icons-live.s3.us-west-2.amazonaws.com"; export declare const MINEHUT_ICON_IMAGES_DEV = "https://minehut-server-icons-dev.s3.us-west-2.amazonaws.com"; export declare const DAILY_ONLINE_TIME = 14400000;