import type { GoogleDocsCredentials } from './types.js'; import { GoogleApiClient } from './api-client.js'; /** * Resolve Google API credentials from environment or explicit config. * Returns a GoogleApiClient backed by google-auth-library + native fetch. * * For domain-wide delegation (impersonateUser), we use JWT * with the `subject` parameter — GoogleAuth's clientOptions.subject does * not reliably pass through to the underlying JWT client. */ export declare function resolveCredentials(credentials?: GoogleDocsCredentials): Promise; //# sourceMappingURL=auth.d.ts.map