export declare const GOOGLE_OAUTH2_ENDPOINT = "https://accounts.google.com/o/oauth2/token";
export declare const REFRESH_BUFFER_MS = 300000;
export declare const SCOPE_ADWORDS = "https://www.googleapis.com/auth/adwords";
export declare const SCOPE_DFP = "https://www.googleapis.com/auth/dfp";
