"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_VERBOSITY = exports.SEPARATOR = exports.DEPTH_INDENTATION = void 0;
exports.DEPTH_INDENTATION = " ";
exports.SEPARATOR = ": ";
exports.DEFAULT_VERBOSITY = 0;