/** * Configuration settings which affect how nrelay behaves. */ export declare const environment: { /** * Whether or not to provide a higher detail of logging. */ debug: boolean; /** * Whether or not to enable the `FileLogger` (save logs to a file). */ log: boolean; /** * Whether or not to load plugins from the default path. */ loadPlugins: boolean; };