/// import { Configuration } from 'webpack'; import { ProjectUtils } from '../internal'; export declare const HOST: string; export declare const DEFAULT_PORT: number; export declare function isDebugModeEnabled(): boolean; export declare function isInfoEnabled(): boolean; export declare function shouldWebpackClearLogs(): boolean; export declare function logEnvironmentInfo(projectRoot: string, tag: ProjectUtils.LogTag, config: Configuration): void;