export declare const AUTH_REDIRECT_URI = "app/aweber/auth/callback"; export declare const OAUTH_CACHE_KEY = "app::aweber::oauth"; export declare const AWEBER_OAUTH_URL = "https://auth.aweber.com/oauth2"; export declare const AWEBER_TOKEN_URL = "https://auth.aweber.com/oauth2/token"; export declare const AWEBER_API_BASE_URL = "https://api.aweber.com/1.0";