interface IEnvironmentConfig {
    applyThemeOnLogin: boolean;
}
export { IEnvironmentConfig };
