export declare const PEOPLE_API_BASE_URL = "https://people.googleapis.com/v1"; export declare function makePeopleApiCall(method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH', endpoint: string, accessToken: string, body?: unknown): Promise;