import { LeadSearchService } from './lead-search.service'; export declare function LeadSearchFactory(protocol: string, host: string, port: number, organizationId: string, headers: { [key: string]: any; }): LeadSearchService;