export default class Settings {
    static HOST: string;
    static ALGORITHM: string;
    static APIVERSION: string;
    static VERSION: string;
}
