import type { GoogleServiceAccount } from './service-account.js'; export declare function getGoogleAccessToken(options: { serviceAccount: GoogleServiceAccount; scopes: string[]; }): Promise<{ accessToken: string; projectId: string; }>; export declare function clearGoogleAccessTokenCacheForTests(): void; //# sourceMappingURL=access-token.d.ts.map