declare const config: { hostip: { httpEndpoint: string; endpoint: string; port: string; }; runtime: { enableLogging: boolean; }; }; export default config;