export declare const staging: { url: string; retryCount: number; timeout: number; jsonpCallback: string; }; export declare const production: { url: string; retryCount: number; timeout: number; jsonpCallback: string; }; export declare const development: { url: string; retryCount: number; timeout: number; jsonpCallback: string; };