import { HTTPClient } from '../../../../utils/http'; import { CommunityContactSearchResult } from '../types'; export declare class CommunitiesContactsAPI { private readonly _httpClient; private readonly _baseUrl; constructor(_httpClient: HTTPClient, _baseUrl: string); search(personId: string): Promise; } //# sourceMappingURL=contacts.d.ts.map