export declare function extractSearchCriteria(filters: any, limit: number): any; export declare function ensureRequiredProperties(properties: string[]): string[]; export declare function createNoCompaniesFoundResponse(searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; export declare function createCompanyErrorResponse(error: any, context: string, searchCriteria?: any): { content: { type: "text"; text: string; }[]; }; export declare function formatCompanySearchResults(companies: any[], includeNextSteps?: boolean): string; //# sourceMappingURL=company-utils.d.ts.map