type Department = "sales" | "lettings"; export declare function propertyDetail(params: { accountId: string; propertyId: number; department: Department; previewHash?: number; teamName?: string; }): Promise; export {}; //# sourceMappingURL=property-detail.d.ts.map