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;
