import { HubSpotContact, HubSpotSearchResult } from '../types'; export declare function createContactsService(accessToken: string): { searchContacts(filters?: any, properties?: string[], limit?: number, after?: string): Promise>; getContact(contactId: string, properties?: string[]): Promise; getContactsByCompany(companyId: string, limit?: number): Promise; getContactOwners(): Promise; }; //# sourceMappingURL=contacts.d.ts.map