export interface A2ACallerAuth { apiKey?: string; apiKeyFallbacks?: string[]; userEmail?: string; orgId?: string; orgDomain?: string; orgSecret?: string; metadata: Record; } export declare function resolveA2ACallerAuth(options?: { expiresIn?: string | number; includeGoogleToken?: boolean; }): Promise; //# sourceMappingURL=caller-auth.d.ts.map