declare class GlobalConfiguration { static silentError: boolean; static debug: boolean; } export default GlobalConfiguration;