declare class AuthConfig { static TOKEN_SECRET: string; static MONGO_URI: string; static FACEBOOK_SECRET: string; static FOURSQUARE_SECRET: string; static GOOGLE_SECRET: string; static GITHUB_SECRET: string; static LINKEDIN_SECRET: string; static TWITCH_SECRET: string; static WINDOWS_LIVE_SECRET: string; static YAHOO_SECRET: string; static TWITTER_KEY: string; static TWITTER_SECRET: string; } export = AuthConfig;