import { DealWithContacts } from '@/types'; export declare function enrichDealsWithContacts(deals: any[]): Promise; export declare function getStageIdsByNames(stageNames: string[]): Promise; export declare function createDealResponse(dealsWithContacts: DealWithContacts[], title: string, searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; export declare function createNoDealsFoundResponse(searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; export declare function createDealErrorResponse(error: any, context: string, searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; //# sourceMappingURL=deal-utils.d.ts.map