type Department = "sales" | "lettings"; export declare function propertyViewing(params: { accountId: string; teamName: string; propertyId: number; department: Department; name?: string; email?: string; phone?: string; message?: string; }): Promise; export declare function propertyCallback(params: { accountId: string; teamName: string; propertyId: number; department: Department; name?: string; email?: string; phone?: string; message?: string; }): Promise; export declare function propertyInformation(params: { accountId: string; teamName: string; propertyId: number; department: Department; name?: string; email?: string; phone?: string; message?: string; }): Promise; export {}; //# sourceMappingURL=property-intent.d.ts.map