export declare class Environment { static readonly ROOT: string; static readonly DIR_SRC: string; static readonly DIR_DIST: string; static readonly DIR_ES: string; static readonly DIR_CJS: string; }