export declare const MONGO_URI: string;
export declare const JWT_SECRET: string;
export declare const FACEBOOK_APP_TOKEN: string;
export declare const TWITTER_CONSUMER_KEY: string;
export declare const TWITTER_CONSUMER_SECRET: string;
