import { DyNTS_Global_Settings } from '../_models/interfaces/global-settings.interface'; /** * Default configuration used across the NodeTS framework. * These values can be overridden when bootstrapping the server. */ export declare const DyNTS_global_settings: DyNTS_Global_Settings; //# sourceMappingURL=global-settings.const.d.ts.map