type Department = "sales" | "lettings"; type MatchAction = "viewing" | "information" | "callback"; export declare function marketingMatchRequest(params: { accountId: string; teamName: string; propertyId: number; department: Department; action: MatchAction; name?: string; email?: string; phone?: string; message?: string; }): Promise; export {}; //# sourceMappingURL=marketing-match-request.d.ts.map