import { OAuth2Client, OAuth2ClientOptions } from 'google-auth-library';
export declare class GoogleOAuth2Service extends OAuth2Client {
    private readonly options;
    constructor(options: OAuth2ClientOptions);
}
