export declare function createNoContactsFoundResponse(searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; export declare function createContactErrorResponse(error: any, context: string, searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; export declare function formatContactSearchResults(contacts: any[], companyContext?: string, includeNextSteps?: boolean): string; export declare function createContactSuccessResponse(data: any, title: string, additionalContext?: string): { content: { type: "text"; text: string; }[]; }; //# sourceMappingURL=contact-utils.d.ts.map