UNPKG

yahoo-swiv

Version:

A web-based exploratory visualization UI for Druid.io

10 lines (9 loc) 402 B
import { ServerSettings } from './models/index'; import { SettingsManager } from './utils/index'; export declare const VERSION: any; export declare const PRINT_CONFIG: boolean; export declare const START_SERVER: boolean; export declare const VERBOSE: boolean; export declare const SERVER_SETTINGS: ServerSettings; export declare const AUTH: any; export declare const SETTINGS_MANAGER: SettingsManager;