type Department = "sales" | "lettings"; export declare function marketingMatchBatch(params: { accountId: string; propertyIds: number[]; department: Department; teamName?: string; }): Promise; export {}; //# sourceMappingURL=marketing-match-batch.d.ts.map