import { LogLevel } from '../types'; export declare const UNNAMED = "Unnamed"; export declare const DEFAULT: { LOG_LEVEL: LogLevel; }; export declare const URL: { SITE: string; }; export declare const PATH: { TMP: string; TEMPLATES: string; }; export declare const SCRIPTS: { ui: string; start: string; }; export declare const PKG: { devDependencies: { '@uiharness/dev': string; }; };