export declare class SolrIndexProperties { host: string; port: number; searchIndex: string; userName: string; password: string; constructor(host: string, port: number, searchIndex: string, userName: string, password: string); }