type Department = "sales" | "lettings"; export declare function marketingMatchDetail(params: { accountId: string; propertyId: number; department: Department; includeTeamProfile?: boolean; teamName?: string; }): Promise; export {}; //# sourceMappingURL=marketing-match.d.ts.map