import { Config } from "../models"; declare class SettingsService { static get settings(): Config; } export default SettingsService;