type PeopleRole = "buyers" | "sellers" | "renters" | "landlords"; export declare function peopleSearch(params: { accountId: string; role?: PeopleRole; searchTerm?: string; maxPrice?: number; minBeds?: number; searchAreas?: string; propertyTypes?: string; startDate?: string; endDate?: string; minPrice?: number; maxRent?: number; teamName?: string; limit?: number; }): Promise; export {}; //# sourceMappingURL=people-search.d.ts.map