type Department = "sales" | "lettings" | "both"; export declare function propertySearch(params: { accountId: string; department?: Department; searchTerm?: string; minPrice?: number; maxPrice?: number; minBedrooms?: number; maxBedrooms?: number; propertyStatuses?: string; propertyTypes?: string; teamName?: string; limit?: number; }): Promise; export {}; //# sourceMappingURL=property-search.d.ts.map