import { FormatEnum } from './enums/FormatEnum'; import { DependencyOptionsInterface } from './interfaces/DependencyOptionsInterface'; export declare class Globals { private static instance; static CONFIG_PATH: string; static DEFAULT_COV_PATH: string; static COVERAGE_CATEGORIES: string[]; static BADGE_BASE_URL: string; static BADGE_BASE_URL_PATTERN: string; static BASE_README_PATH: string; static BADGES: {}; static FORMAT: FormatEnum | undefined; private constructor(); static init(config: DependencyOptionsInterface): void; static loadArgv(): Promise; }